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)

Usage

Dim wdConditionCode1 As WdConditionCode = WdConditionCode.wdEvenColumnBanding

Syntax

Public Enum WdConditionCode
public enum WdConditionCode
public enum class WdConditionCode
public enum WdConditionCode
public enum WdConditionCode

Members

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace