Enum ExcelTableStyleElementType
Element type of Excel Table Style
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelTableStyleElementType
Fields
Name | Description |
---|---|
FirstColumn | Represents the first column of the table. |
FirstColumnStripe | Represents the first column stripe. |
FirstHeaderCell | Represents the first cell in the header row of the table. |
FirstRowStripe | Represents the first row stripe. |
FirstTotalCell | Represents the first total cell of the table. |
HeaderRow | Represents the header row of the table. |
LastColumn | Represents the last column of the table. |
LastHeaderCell | Represents the last cell in the header row of the table. |
LastTotalCell | Represents the last total cell of the table. |
SecondColumnStripe | Represents the second column stripe. |
SecondRowStripe | Represents the second row stripe. |
TotalRow | Represents the total row of the table. |
WholeTable | Represents the whole table. |