WdTablePosition enumeration (Word)
Specifies the relative position of a table in the document.
Name | Value | Description |
---|---|---|
wdTableBottom | -999997 | At the bottom of the document. |
wdTableCenter | -999995 | Centered. |
wdTableInside | -999994 | Placed inside a range. |
wdTableLeft | -999998 | Aligned to the left side of the document. |
wdTableOutside | -999993 | Placed outside a range. |
wdTableRight | -999996 | Aligned to the right side of the document. |
wdTableTop | -999999 | At the top of the document. |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.