Click or drag to resize

AddColumnBuilder Class

A convenience class to help create a column object with the appropriate fields for adding to a sheet.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsAddColumnBuilder

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 AddColumnBuilder

The AddColumnBuilder type exposes the following members.

Constructors
  NameDescription
Public methodAddColumnBuilder
Sets the required properties for adding a column to a sheet.
Top
Methods
  NameDescription
Public methodBuild
Builds the column.
Public methodGetAutoNumberFormat
Gets the format for an auto number column.
Public methodGetIndex
Gets the index.
Public methodGetLocked
Gets the flag whether column is locked or not.
Public methodGetOptions
Gets the option for the column.
Public methodGetSymbol
Gets the symbol for the column.
Public methodGetSystemColumnType
Gets the system column type.
Public methodGetTitle
Gets the title.
Public methodGetType
Gets the type for the column.
Public methodGetWidth
Gets the display width.
Public methodSetAutoNumberFormat
Sets the format for an auto number column.
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.
Public methodSetTitle
Sets the title for the column.
Public methodSetType
Sets the type for the column.
Public methodSetWidth
Sets the primary flag for the column.
Top
See Also