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 Enumeration ColumnType
public enum class ColumnType
Members
| Member name | Value | Description |
---|
| TEXT_NUMBER | 0 |
Represents the TEXT_NUMBER column Type. |
| DATE | 1 |
Represents the DATE column Type. |
| DATETIME | 2 |
Represents the DATETIME (auto number) column Type |
| CONTACT_LIST | 3 |
Represents the CONTACT_LIST column Type. |
| CHECKBOX | 4 |
Represents the CHECKBOX column Type. |
| PICKLIST | 5 |
Represents the PICKLIST 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.)
|
| 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.) |
| 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. |
| 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. |
See Also