Column Class |
Namespace: Smartsheet.Api.Models
The Column type exposes the following members.
Name | Description | |
---|---|---|
AutoNumberFormat |
Gets the format for the auto-generated numbers.
| |
ContactOptions |
Gets array of ContactOption objects to specify a pre-defined list of values for the column.
Column type must be CONTACT_LIST
| |
Description | Gets the column description | |
Format | The format descriptor. Only returned if the include query string parameter contains format and this column has a non-default format applied to it. | |
Formula | The formula for a column. | |
Hidden |
Gets the hidden flag.
| |
Index |
Gets or sets the position of the column (zero-based).
| |
Locked |
Flag indicating whether the column is locked. In a response,
a value of true indicates that the column has been locked by the sheet owner or the admin.
| |
LockedForUser |
Flag indicating whether the column is locked for the requesting user.
This attribute may be present in a response, but cannot be specified in a request.
| |
Options |
Gets the list of options for the column.
| |
Primary |
Gets the primary flag for the column.
| |
Symbol |
Gets the symbol for the column.
| |
SystemColumnType |
Gets the system column Type.
| |
Tags |
Gets the tags that indicate a special Type of column.
| |
Title |
Gets the title for the column.
| |
Type |
Gets the column Type.
| |
Validation |
Indicates whether validation has been enabled for the column (value = true)
| |
Version |
Gets the column compatiblity version, 0 for existing types, 1 for multi-assign, > 1 future use
| |
Width |
Display width of the column in pixels
|