Enum TableStyleConditionalType
The conditional-formatting region a w:tblStylePr block targets (ECMA-376 Part 1 §17.18.89 ST_TblStyleOverrideType).
public enum TableStyleConditionalType
Fields
WholeTable = 0Formatting for the whole table (w:type "wholeTable").
FirstRow = 1The first row (w:type "firstRow").
LastRow = 2The last row (w:type "lastRow").
FirstColumn = 3The first column (w:type "firstCol").
LastColumn = 4The last column (w:type "lastCol").
Band1Vertical = 5Odd vertical bands (w:type "band1Vert").
Band2Vertical = 6Even vertical bands (w:type "band2Vert").
Band1Horizontal = 7Odd horizontal bands (w:type "band1Horz").
Band2Horizontal = 8Even horizontal bands (w:type "band2Horz").
NorthEastCell = 9The top-right cell (w:type "neCell").
NorthWestCell = 10The top-left cell (w:type "nwCell").
SouthEastCell = 11The bottom-right cell (w:type "seCell").
SouthWestCell = 12The bottom-left cell (w:type "swCell").