WdTableFormatApply Enumeration
Specifies how table formatting should be applied.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdTableFormatApply
'Usage
Dim instance As WdTableFormatApply
public enum WdTableFormatApply
Members
Member name | Description | |
---|---|---|
wdTableFormatApplyBorders | Borders. | |
wdTableFormatApplyShading | Shading. | |
wdTableFormatApplyFont | Font. | |
wdTableFormatApplyColor | Color. | |
wdTableFormatApplyAutoFit | AutoFit. | |
wdTableFormatApplyHeadingRows | Apply AutoFormat to heading rows. | |
wdTableFormatApplyLastRow | Apply AutoFormat to last row. | |
wdTableFormatApplyFirstColumn | Apply AutoFormat to first column. | |
wdTableFormatApplyLastColumn | Apply AutoFormat to last column. |