TablePartStyleType Enum
Represents table style conditional format types which indicate what region of a table will be formatted with TablePartStyle object.
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. |