Show / Hide Table of Contents

Class WorksheetTableStyleArea

Represents the various areas which can have a format applied at the table style level.

Inheritance
System.Object
WorksheetTableStyleArea
Namespace: Infragistics.Documents.Excel
Assembly: IgniteUI.Blazor.Documents.Excel.dll
Syntax
public sealed class WorksheetTableStyleArea : Enum
Remarks

Note: Only certain properties can be set on the table style are formats. The are as follows:

Setting any other format or font properties on the table style areas will cause an exception.

Fields

AlternateColumnStripe

The format is applied to the even numbered column stripes in the table.

Declaration
public const WorksheetTableStyleArea AlternateColumnStripe
Field Value
Type Description
WorksheetTableStyleArea

AlternateRowStripe

The format is applied to the even numbered row stripes in the table.

Declaration
public const WorksheetTableStyleArea AlternateRowStripe
Field Value
Type Description
WorksheetTableStyleArea

ColumnStripe

The format is applied to the odd numbered column stripes in the table.

Declaration
public const WorksheetTableStyleArea ColumnStripe
Field Value
Type Description
WorksheetTableStyleArea

FirstColumn

The format is applied to the first column in the table.

Declaration
public const WorksheetTableStyleArea FirstColumn
Field Value
Type Description
WorksheetTableStyleArea

FirstHeaderCell

The format is applied to the first header cell in the table.

Declaration
public const WorksheetTableStyleArea FirstHeaderCell
Field Value
Type Description
WorksheetTableStyleArea

FirstTotalCell

The format is applied to the first total cell in the table.

Declaration
public const WorksheetTableStyleArea FirstTotalCell
Field Value
Type Description
WorksheetTableStyleArea

HeaderRow

The format is applied to the header row in the table.

Declaration
public const WorksheetTableStyleArea HeaderRow
Field Value
Type Description
WorksheetTableStyleArea

LastColumn

The format is applied to the last column in the table.

Declaration
public const WorksheetTableStyleArea LastColumn
Field Value
Type Description
WorksheetTableStyleArea

LastHeaderCell

The format is applied to the last header cell in the table.

Declaration
public const WorksheetTableStyleArea LastHeaderCell
Field Value
Type Description
WorksheetTableStyleArea

LastTotalCell

The format is applied to the last total cell in the table.

Declaration
public const WorksheetTableStyleArea LastTotalCell
Field Value
Type Description
WorksheetTableStyleArea

RowStripe

The format is applied to the odd numbered row stripes in the table.

Declaration
public const WorksheetTableStyleArea RowStripe
Field Value
Type Description
WorksheetTableStyleArea

TotalRow

The format is applied to the totals row in the table.

Declaration
public const WorksheetTableStyleArea TotalRow
Field Value
Type Description
WorksheetTableStyleArea

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

WholeTable

The format is applied to the entire table.

Declaration
public const WorksheetTableStyleArea WholeTable
Field Value
Type Description
WorksheetTableStyleArea

See Also

AreaFormats