WdTablePosition Enumeration
Specifies the relative position of a table in the document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdTablePosition
'Usage
Dim instance As WdTablePosition
public enum WdTablePosition
Members
Member name | Description | |
---|---|---|
wdTableTop | At the top of the document. | |
wdTableLeft | Aligned to the left side of the document. | |
wdTableBottom | At the bottom of the document. | |
wdTableRight | Aligned to the right side of the document. | |
wdTableCenter | Centered. | |
wdTableInside | Placed inside a range. | |
wdTableOutside | Placed outside a range. |