Enum ColumnTag
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the Tags to indicate a special column.
public enum ColumnTag
Fields
CALENDAR_END_DATE = 1
End date of calendar
CALENDAR_START_DATE = 0
Start date of calendar
CARD_DONE = 2
Checkbox type that allows for card view to show a done status
GANTT_ALLOCATION = 10
Allocation in gantt chart
GANTT_ASSIGNED_RESOURCE = 9
Assigned resources in gantt chart
GANTT_DISPLAY_LABEL = 6
Display for gantt chart
GANTT_DURATION = 8
Duration in gantt chart
GANTT_END_DATE = 4
End date of gantt chart
GANTT_PERCENT_COMPLETE = 5
Completion so far in percent for a gantt project
GANTT_PREDECESSOR = 7
Used to define predecessors in gantt chart
GANTT_START_DATE = 3
Start date of gantt chart