WdConditionCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the area of a table to which to apply special style formatting.
public enum class WdConditionCode
[System.Runtime.InteropServices.Guid("1D415254-6D7E-315C-86CC-90A641A57703")]
public enum WdConditionCode
type WdConditionCode =
Public Enum WdConditionCode
- Inheritance
-
WdConditionCode
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdFirstRow | 0 | Applies formatting to the first row in a table. |
wdLastRow | 1 | Applies formatting to the last row in a table. |
wdOddRowBanding | 2 | Applies formatting to odd-numbered rows. |
wdEvenRowBanding | 3 | Applies formatting to even-numbered rows. |
wdFirstColumn | 4 | Applies formatting to the first column in a table. |
wdLastColumn | 5 | Applies formatting to the last column in a table. |
wdOddColumnBanding | 6 | Applies formatting to odd-numbered columns. |
wdEvenColumnBanding | 7 | Applies formatting to even-numbered columns. |
wdNECell | 8 | Applies formatting to the last cell in the first row. |
wdNWCell | 9 | Applies formatting to the first cell in the first row. |
wdSECell | 10 | Applies formatting to the last cell in the table. |
wdSWCell | 11 | Applies formatting to first cell in the last row of the table. |