C# 클래스 Smartsheet.Api.Models.Column.UpdateColumnBuilder

The convenience Class UpdateColumnBuilder to build a Column object to be updated, moved, and/or renamed. The Column's index, title, and sheetId properties must be set.
파일 보기 프로젝트 열기: smartsheet-platform/smartsheet-csharp-sdk

공개 메소드들

메소드 설명
Build ( ) : Column

Gets the sheet Id.

Gets the column Id.

Builds the column.

GetAutoNumberFormat ( ) : AutoNumberFormat

Gets the auto number Format.

GetFormat ( ) : int?

Gets the Format.

GetIndex ( ) : int?

Gets the Index.

GetOptions ( ) : IList

Gets the Options.

GetSymbol ( ) : Symbol?

Gets the Symbol.

GetSystemColumnType ( ) : SystemColumnType?

Gets the system column Type.

GetTitle ( ) : string

Gets the Title.

GetType ( ) : ColumnType?

Gets the Type.

SetAutoNumberFormat ( AutoNumberFormat autoNumberFormat ) : UpdateColumnBuilder

Sets the Format for an auto number column.

SetFormat ( string format ) : UpdateColumnBuilder

Sets the format descriptor.

SetIndex ( int index ) : UpdateColumnBuilder

Sets the position for the column.

SetLocked ( bool locked ) : UpdateColumnBuilder

Sets whether the column is locked.

SetOptions ( IList options ) : UpdateColumnBuilder

Sets the Options for the column.

SetSymbol ( Symbol symbol ) : UpdateColumnBuilder

Sets the Symbol for the column.

SetSystemColumnType ( SystemColumnType systemColumnType ) : UpdateColumnBuilder

Sets the system column Type for the column.

SetTitle ( string title ) : UpdateColumnBuilder

Sets the Title for the column.

SetType ( ColumnType type ) : UpdateColumnBuilder

Sets the Type for the column.

SetWidth ( long width ) : UpdateColumnBuilder

Sets the sheet Id.

Sets the column Id.

Sets the display width.

UpdateColumnBuilder ( long id, string title, int index ) : System

Sets the required properties for updating a column.

메소드 상세

Build() 공개 메소드

Gets the sheet Id. Gets the column Id. Builds the column.
public Build ( ) : Column
리턴 Column

GetAutoNumberFormat() 공개 메소드

Gets the auto number Format.
public GetAutoNumberFormat ( ) : AutoNumberFormat
리턴 AutoNumberFormat

GetFormat() 공개 메소드

Gets the Format.
public GetFormat ( ) : int?
리턴 int?

GetIndex() 공개 메소드

Gets the Index.
public GetIndex ( ) : int?
리턴 int?

GetOptions() 공개 메소드

Gets the Options.
public GetOptions ( ) : IList
리턴 IList

GetSymbol() 공개 메소드

Gets the Symbol.
public GetSymbol ( ) : Symbol?
리턴 Symbol?

GetSystemColumnType() 공개 메소드

Gets the system column Type.
public GetSystemColumnType ( ) : SystemColumnType?
리턴 SystemColumnType?

GetTitle() 공개 메소드

Gets the Title.
public GetTitle ( ) : string
리턴 string

GetType() 공개 메소드

Gets the Type.
public GetType ( ) : ColumnType?
리턴 ColumnType?

SetAutoNumberFormat() 공개 메소드

Sets the Format for an auto number column.
public SetAutoNumberFormat ( AutoNumberFormat autoNumberFormat ) : UpdateColumnBuilder
autoNumberFormat AutoNumberFormat the auto number Format
리턴 UpdateColumnBuilder

SetFormat() 공개 메소드

Sets the format descriptor.
public SetFormat ( string format ) : UpdateColumnBuilder
format string the format
리턴 UpdateColumnBuilder

SetIndex() 공개 메소드

Sets the position for the column.
public SetIndex ( int index ) : UpdateColumnBuilder
index int the position
리턴 UpdateColumnBuilder

SetLocked() 공개 메소드

Sets whether the column is locked.
public SetLocked ( bool locked ) : UpdateColumnBuilder
locked bool the flag
리턴 UpdateColumnBuilder

SetOptions() 공개 메소드

Sets the Options for the column.
public SetOptions ( IList options ) : UpdateColumnBuilder
options IList the Options
리턴 UpdateColumnBuilder

SetSymbol() 공개 메소드

Sets the Symbol for the column.
public SetSymbol ( Symbol symbol ) : UpdateColumnBuilder
symbol Symbol the Symbol
리턴 UpdateColumnBuilder

SetSystemColumnType() 공개 메소드

Sets the system column Type for the column.
public SetSystemColumnType ( SystemColumnType systemColumnType ) : UpdateColumnBuilder
systemColumnType SystemColumnType the system column Type
리턴 UpdateColumnBuilder

SetTitle() 공개 메소드

Sets the Title for the column.
public SetTitle ( string title ) : UpdateColumnBuilder
title string the Title
리턴 UpdateColumnBuilder

SetType() 공개 메소드

Sets the Type for the column.
public SetType ( ColumnType type ) : UpdateColumnBuilder
type ColumnType the Type
리턴 UpdateColumnBuilder

SetWidth() 공개 메소드

Sets the sheet Id. Sets the column Id. Sets the display width.
public SetWidth ( long width ) : UpdateColumnBuilder
width long the width
리턴 UpdateColumnBuilder

UpdateColumnBuilder() 공개 메소드

Sets the required properties for updating a column.
public UpdateColumnBuilder ( long id, string title, int index ) : System
id long the id of the Column
title string the new Column title
index int the new Column index (zero-based)
리턴 System