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 = 1End date of calendar
CALENDAR_START_DATE = 0Start date of calendar
CARD_DONE = 2Checkbox type that allows for card view to show a done status
GANTT_ALLOCATION = 10Allocation in gantt chart
GANTT_ASSIGNED_RESOURCE = 9Assigned resources in gantt chart
GANTT_DISPLAY_LABEL = 6Display for gantt chart
GANTT_DURATION = 8Duration in gantt chart
GANTT_END_DATE = 4End date of gantt chart
GANTT_PERCENT_COMPLETE = 5Completion so far in percent for a gantt project
GANTT_PREDECESSOR = 7Used to define predecessors in gantt chart
GANTT_START_DATE = 3Start date of gantt chart