Click or drag to resize

CreateSheetColumnBuilder Class

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

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 CreateSheetColumnBuilder

The CreateSheetColumnBuilder type exposes the following members.

Constructors
  NameDescription
Public methodCreateSheetColumnBuilder
Sets the required properties for a column.
Top
Methods
  NameDescription
Public methodBuild
Builds the column.
Public methodGetAutoNumberFormat
Gets the format for an auto number column.
Public methodGetOptions
Gets the option for the column.
Public methodGetPrimary
Gets the whether the column is the primary 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 methodSetOptions
Sets the options for the column.
Public methodSetPrimary
Sets whether the column is the primary 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