WdTableFormatApply 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 how table formatting should be applied.
public enum class WdTableFormatApply
[System.Runtime.InteropServices.Guid("397C8DF3-B689-3DB6-BEC0-2525B93DF811")]
public enum WdTableFormatApply
type WdTableFormatApply =
Public Enum WdTableFormatApply
- Inheritance
-
WdTableFormatApply
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdTableFormatApplyBorders | 1 | Borders. |
wdTableFormatApplyShading | 2 | Shading. |
wdTableFormatApplyFont | 4 | Font. |
wdTableFormatApplyColor | 8 | Color. |
wdTableFormatApplyAutoFit | 16 | AutoFit. |
wdTableFormatApplyHeadingRows | 32 | Apply AutoFormat to heading rows. |
wdTableFormatApplyLastRow | 64 | Apply AutoFormat to last row. |
wdTableFormatApplyFirstColumn | 128 | Apply AutoFormat to first column. |
wdTableFormatApplyLastColumn | 256 | Apply AutoFormat to last column. |