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
FirstColumnStripe
Represents the first column stripe.
Declaration
public const ExcelTableStyleElementType FirstColumnStripe
Field Value
FirstHeaderCell
Represents the first cell in the header row of the table.
Declaration
public const ExcelTableStyleElementType FirstHeaderCell
Field Value
FirstRowStripe
Represents the first row stripe.
Declaration
public const ExcelTableStyleElementType FirstRowStripe
Field Value
FirstTotalCell
Represents the first total cell of the table.
Declaration
public const ExcelTableStyleElementType FirstTotalCell
Field Value
HeaderRow
Represents the header row of the table.
Declaration
public const ExcelTableStyleElementType HeaderRow
Field Value
LastColumn
Represents the last column of the table.
Declaration
public const ExcelTableStyleElementType LastColumn
Field Value
LastHeaderCell
Represents the last cell in the header row of the table.
Declaration
public const ExcelTableStyleElementType LastHeaderCell
Field Value
LastTotalCell
Represents the last total cell of the table.
Declaration
public const ExcelTableStyleElementType LastTotalCell
Field Value
SecondColumnStripe
Represents the second column stripe.
Declaration
public const ExcelTableStyleElementType SecondColumnStripe
Field Value
SecondRowStripe
Represents the second row stripe.
Declaration
public const ExcelTableStyleElementType SecondRowStripe
Field Value
TotalRow
Represents the total row of the table.
Declaration
public const ExcelTableStyleElementType TotalRow
Field Value
WholeTable
Represents the whole table.
Declaration
public const ExcelTableStyleElementType WholeTable