TableStyleFormatType Enum
Represents table style conditional format types which indicate what region of a table will be formatted with its parent TableStyleFormat.
Remarks
When specified, these conditional formats shall be applied in the following order (therefore subsequent formats override properties on previous formats).
For more information about table styles, see table styles article and table styles example.
Fields
BottomLeftCell | Specifies that the table formatting applies to the bottom left cell. |
BottomRightCell | Specifies that the table formatting applies to the bottom right cell. |
EvenBandedColumns | Specifies that the table formatting applies to even numbered groupings of columns. |
EvenBandedRows | Specifies that the table formatting applies to even numbered groupings of rows. |
FirstColumn | Specifies that the table formatting applies to the first column. |
FirstRow | Specifies that the table formatting applies to the first row. |
LastColumn | Specifies that the table formatting applies to the last column. |
LastRow | Specifies that the table formatting applies to the last row. |
OddBandedColumns | Specifies that the table formatting applies to odd numbered groupings of columns. |
OddBandedRows | Specifies that the table formatting applies to odd numbered groupings of rows. |
TopLeftCell | Specifies that the table formatting applies to the top left cell. |
TopRightCell | Specifies that the table formatting applies to the top right cell. |
WholeTable | Specifies that the conditional formatting applies to the whole table. |