Click or drag to resize

UpdateColumnBuilder Class

The convenience class UpdateColumnBuilder to build a Column object to be updated, moved, and/or renamed. The column's index and title properties must be set.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsUpdateColumnBuilder

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class UpdateColumnBuilder

The UpdateColumnBuilder type exposes the following members.

Constructors
  NameDescription
Public methodUpdateColumnBuilder
Sets the required properties for updating a column.
Top
Methods
  NameDescription
Public methodBuild
Builds the column.
Public methodGetAutoNumberFormat
Gets the auto number format.
Public methodGetFormat
Gets the format.
Public methodGetIndex
Gets the index.
Public methodGetOptions
Gets the options.
Public methodGetSymbol
Gets the symbol.
Public methodGetSystemColumnType
Gets the system column type.
Public methodGetTitle
Gets the title.
Public methodGetType
Gets the type.
Public methodSetAutoNumberFormat
Sets the format for an auto number column.
Public methodSetFormat
Sets the format descriptor.
Public methodSetIndex
Sets the position for the column.
Public methodSetLocked
Sets whether the column is locked.
Public methodSetOptions
Sets the options for the column.
Public methodSetSymbol
Sets the symbol for the column.
Public methodSetSystemColumnType
Sets the system column type for the column.
Public methodSetTitle
Sets the title for the column.
Public methodSetType
Sets the type for the column.
Public methodSetWidth
Sets the display width.
Top
See Also