WdRowAlignment 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 alignment for the content in selected rows.
public enum class WdRowAlignment
[System.Runtime.InteropServices.Guid("EC986BD6-35C2-368D-94D8-AC3850019ABA")]
public enum WdRowAlignment
type WdRowAlignment =
Public Enum WdRowAlignment
- Inheritance
-
WdRowAlignment
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdAlignRowLeft | 0 | Left aligned. default. |
wdAlignRowCenter | 1 | Centered. |
wdAlignRowRight | 2 | Right aligned. |