Enum GridTableCellType
Defines cell types
Namespace: Syncfusion.EJ2.GridExport
Assembly: Syncfusion.EJ2.GridExport.dll
Syntax
public enum GridTableCellType
  Fields
| Name | |
|---|---|
| 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  | 
      
| FirstRecord | Group caption cell.  | 
      
| GroupCaptionCell | Group caption cell.  | 
      
| GroupHeaderIndentCell | Indent cell in group header section.  | 
      
| IndentCell | Indent cell in group.  | 
      
| MasterCell | Master Cell  | 
      
| MasterHeaderCell | Master Header Cell  | 
      
| 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.  |