Class ExcelTableStyleElementType
Element type of Excel Table Style
Inheritance
System.Object
ExcelTableStyleElementType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelTableStyleElementType : Enum
Fields
FirstColumn
Represents the first column of the table.
Declaration
public const ExcelTableStyleElementType FirstColumn
Field Value
Type |
---|
ExcelTableStyleElementType |
FirstColumnStripe
Represents the first column stripe.
Declaration
public const ExcelTableStyleElementType FirstColumnStripe
Field Value
Type |
---|
ExcelTableStyleElementType |
FirstHeaderCell
Represents the first cell in the header row of the table.
Declaration
public const ExcelTableStyleElementType FirstHeaderCell
Field Value
Type |
---|
ExcelTableStyleElementType |
FirstRowStripe
Represents the first row stripe.
Declaration
public const ExcelTableStyleElementType FirstRowStripe
Field Value
Type |
---|
ExcelTableStyleElementType |
FirstTotalCell
Represents the first total cell of the table.
Declaration
public const ExcelTableStyleElementType FirstTotalCell
Field Value
Type |
---|
ExcelTableStyleElementType |
HeaderRow
Represents the header row of the table.
Declaration
public const ExcelTableStyleElementType HeaderRow
Field Value
Type |
---|
ExcelTableStyleElementType |
LastColumn
Represents the last column of the table.
Declaration
public const ExcelTableStyleElementType LastColumn
Field Value
Type |
---|
ExcelTableStyleElementType |
LastHeaderCell
Represents the last cell in the header row of the table.
Declaration
public const ExcelTableStyleElementType LastHeaderCell
Field Value
Type |
---|
ExcelTableStyleElementType |
LastTotalCell
Represents the last total cell of the table.
Declaration
public const ExcelTableStyleElementType LastTotalCell
Field Value
Type |
---|
ExcelTableStyleElementType |
SecondColumnStripe
Represents the second column stripe.
Declaration
public const ExcelTableStyleElementType SecondColumnStripe
Field Value
Type |
---|
ExcelTableStyleElementType |
SecondRowStripe
Represents the second row stripe.
Declaration
public const ExcelTableStyleElementType SecondRowStripe
Field Value
Type |
---|
ExcelTableStyleElementType |
TotalRow
Represents the total row of the table.
Declaration
public const ExcelTableStyleElementType TotalRow
Field Value
Type |
---|
ExcelTableStyleElementType |
WholeTable
Represents the whole table.
Declaration
public const ExcelTableStyleElementType WholeTable
Field Value
Type |
---|
ExcelTableStyleElementType |