WdConditionCode Enumeration

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdConditionCode
'Usage
Dim instance As WdConditionCode
public enum WdConditionCode

Members

Member name Description
wdFirstRow Applies formatting to the first row in a table.
wdLastRow Applies formatting to the last row in a table.
wdOddRowBanding Applies formatting to odd-numbered rows.
wdEvenRowBanding Applies formatting to even-numbered rows.
wdFirstColumn Applies formatting to the first column in a table.
wdLastColumn Applies formatting to the last column in a table.
wdOddColumnBanding Applies formatting to odd-numbered columns.
wdEvenColumnBanding Applies formatting to even-numbered columns.
wdNECell Applies formatting to the last cell in the first row.
wdNWCell Applies formatting to the first cell in the first row.
wdSECell Applies formatting to the last cell in the table.
wdSWCell Applies formatting to first cell in the last row of the table.

See Also

Reference

Microsoft.Office.Interop.Word Namespace