Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TableFormat Class / Position Property

In This Topic
    Position Property (TableFormat)
    In This Topic
    Gets the position of the table with regard to floating tables.

    This property has effect only if WrapAroundText is true.

    Syntax
    'Declaration
     
    Public ReadOnly Property Position As TablePosition
    public TablePosition Position {get;}
    See Also