Enum GanttTableCellType
Defines cell types
Namespace: Syncfusion.EJ.Export
Assembly: Syncfusion.EJ.Export.dll
Syntax
public enum GanttTableCellType
Fields
Name | Description |
---|---|
AlternateRecordFieldCell | Field cell in an alternate record row. |
AlternateRecordRowHeaderCell | Any header cell in an alternate record row. |
CaptionCell | Caption Cell |
ColumnHeaderCell | Column header cell. |
EmptyCell | Empty cell |
IndentCell | Indent cell in group. |
RecordFieldCell | Field cell in a non-alternate record row. |
RecordPlusMinusCell | PlusMinus cell in a record row. |
RowHeaderCell | Any row header cell. |
TopLeftHeaderCell | The top-left header cell. |