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.TablesAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic enum TableStyleFormatType
Public Enumeration TableStyleFormatType
MembersMember name | Value | Description |
---|
WholeTable | 0 |
Specifies that the conditional formatting applies to the whole table.
|
OddBandedRows | 1 |
Specifies that the table formatting applies to odd numbered groupings of rows.
|
EvenBandedRows | 2 |
Specifies that the table formatting applies to even numbered groupings of rows.
|
OddBandedColumns | 3 |
Specifies that the table formatting applies to odd numbered groupings of columns.
|
EvenBandedColumns | 4 |
Specifies that the table formatting applies to even numbered groupings of columns.
|
FirstColumn | 5 |
Specifies that the table formatting applies to the first column.
|
LastColumn | 6 |
Specifies that the table formatting applies to the last column.
|
FirstRow | 7 |
Specifies that the table formatting applies to the first row.
|
LastRow | 8 |
Specifies that the table formatting applies to the last row.
|
TopLeftCell | 9 |
Specifies that the table formatting applies to the top left cell.
|
TopRightCell | 10 |
Specifies that the table formatting applies to the top right cell.
|
BottomLeftCell | 11 |
Specifies that the table formatting applies to the bottom left cell.
|
BottomRightCell | 12 |
Specifies that the table formatting applies to the bottom right cell.
|
See Also