Edit

Share via


Word.ConditionCode enum

Specifies the area of a table to which to apply special style formatting.

Remarks

[ API set: WordApiDesktop 1.4 ]

Fields

bottomLeftCell = "BottomLeftCell"

Applies formatting to first cell in the last row of the table.

bottomRightCell = "BottomRightCell"

Applies formatting to the last cell in the table.

evenColumnBanding = "EvenColumnBanding"

Applies formatting to even-numbered columns.

evenRowBanding = "EvenRowBanding"

Applies formatting to even-numbered rows.

firstColumn = "FirstColumn"

Applies formatting to the first column in a table.

firstRow = "FirstRow"

Applies formatting to the first row in a table.

lastColumn = "LastColumn"

Applies formatting to the last column in a table.

lastRow = "LastRow"

Applies formatting to the last row in a table.

oddColumnBanding = "OddColumnBanding"

Applies formatting to odd-numbered columns.

oddRowBanding = "OddRowBanding"

Applies formatting to odd-numbered rows.

topLeftCell = "TopLeftCell"

Applies formatting to the first cell in the first row.

topRightCell = "TopRightCell"

Applies formatting to the last cell in the first row.