Click or drag to resize

TableStyleFormatType Enumeration

Represents table style conditional format types which indicate what region of a table will be formatted with its parent TableStyleFormat.

Namespace: SautinSoft.Document.Tables
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public enum TableStyleFormatType
Members
Member nameValueDescription
WholeTable0 Specifies that the conditional formatting applies to the whole table.
OddBandedRows1 Specifies that the table formatting applies to odd numbered groupings of rows.
EvenBandedRows2 Specifies that the table formatting applies to even numbered groupings of rows.
OddBandedColumns3 Specifies that the table formatting applies to odd numbered groupings of columns.
EvenBandedColumns4 Specifies that the table formatting applies to even numbered groupings of columns.
FirstColumn5 Specifies that the table formatting applies to the first column.
LastColumn6 Specifies that the table formatting applies to the last column.
FirstRow7 Specifies that the table formatting applies to the first row.
LastRow8 Specifies that the table formatting applies to the last row.
TopLeftCell9 Specifies that the table formatting applies to the top left cell.
TopRightCell10 Specifies that the table formatting applies to the top right cell.
BottomLeftCell11 Specifies that the table formatting applies to the bottom left cell.
BottomRightCell12 Specifies that the table formatting applies to the bottom right cell.
See Also