WdColumnWidth 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.
Constants that represent column width in reading layout, passed to and returned by the ColumnWidth property.
public enum class WdColumnWidth
[System.Runtime.InteropServices.Guid("898E892B-FEAA-4C75-AB24-CCE8E6F123ED")]
public enum WdColumnWidth
type WdColumnWidth =
Public Enum WdColumnWidth
- Inheritance
-
WdColumnWidth
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdColumnWidthNarrow | 1 | Narrow column width. |
wdColumnWidthDefault | 2 | Default column width. |
wdColumnWidthWide | 3 | Wide column width. |