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)

Usage

Dim wdTablePosition1 As WdTablePosition = WdTablePosition.wdTableBottom

Syntax

Public Enum WdTablePosition
public enum WdTablePosition
public enum class WdTablePosition
public enum WdTablePosition
public enum WdTablePosition

Members

Member name Description
wdTableBottom At the bottom of the document.
wdTableCenter Centered.
wdTableInside Placed inside a range.
wdTableLeft Aligned to the left side of the document.
wdTableOutside Placed outside a range.
wdTableRight Aligned to the right side of the document.
wdTableTop At the top of the document.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace