Enum TreeGridTableCellType
Defines cell types
Namespace: Syncfusion.EJ.Export
Assembly: Syncfusion.EJ.Export.dll
Syntax
public enum TreeGridTableCellType
Fields
| Name | Description |
|---|---|
| AlternateRecordFieldCell | Field cell in an alternate record row. |
| AlternateRecordRowHeaderCell | Any header cell in an alternate record row. |
| CaptionCell | Caption Cell |
| CaptionSummary | |
| 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. |
| SummaryFieldCell | Field cell in summary row. |
| TopLeftHeaderCell | The top-left header cell. |