Click or drag to resize

ColumnType Enumeration

Represents column types.

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 enum ColumnType
Members
  Member nameValueDescription
TEXT_NUMBER0 Represents the TEXT_NUMBER column Type.
DATE1 Represents the DATE column Type.
DATETIME2 Represents the DATETIME (auto number) column Type
CONTACT_LIST3 Represents the CONTACT_LIST column Type.
CHECKBOX4 Represents the CHECKBOX column Type.
PICKLIST5 Represents the PICKLIST column Type.
DURATION6 Only for dependency-enabled project sheets The API does not support setting a Column to this type. (This can only be done through the Smartsheet web application when configuring a project sheet.)
PREDECESSOR7 Only for dependency-enabled project sheets The API does not support setting a Column to this type, or updating data in a column of this type. (This can only be done through the Smartsheet web application when configuring a project sheet.)
ABSTRACT_DATETIME8 Represents a project sheet’s Start and End dates. Only for dependency-enabled project sheets The API does not support setting a Column to this type. (This can only be done through the Smartsheet web application when configuring a project sheet.) Additionally, the API does not support updating data in the End Date column under any circumstance, and does not support updating data in the Start Date column if Predecessor is set for that row.
MULTI_CONTACT_LIST9 Represents the MULTI_CONTACT_LIST (multi-assign) column type.
MULTI_PICKLIST10 Represents the MULTI_PICKLIST (multi-select picklist) column type.
See Also