Enum ColumnType
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents column types.
public enum ColumnType
Fields
ABSTRACT_DATETIME = 8
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.
CHECKBOX = 4
Represents the CHECKBOX column Type.
CONTACT_LIST = 3
Represents the CONTACT_LIST column Type.
DATE = 1
Represents the DATE column Type.
DATETIME = 2
Represents the DATETIME (auto number) column Type
DURATION = 6
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.)
MULTI_CONTACT_LIST = 9
Represents the MULTI_CONTACT_LIST (multi-assign) column type.
MULTI_PICKLIST = 10
Represents the MULTI_PICKLIST (multi-select picklist) column type.
PICKLIST = 5
Represents the PICKLIST column Type.
PREDECESSOR = 7
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.)
TEXT_NUMBER = 0
Represents the TEXT_NUMBER column Type.