Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TableVerticalRelativePosition Enumeration

In This Topic
    TableVerticalRelativePosition Enumeration
    In This Topic
    Specifies to what the vertical position of an object is relative.
    Syntax
    'Declaration
     
    Public Enum TableVerticalRelativePosition 
       Inherits System.Enum
    public enum TableVerticalRelativePosition : System.Enum 
    Members
    MemberDescription
    Margin Relative to margin.
    Page Relative to page.
    Paragraph Relative to paragraph.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.TableVerticalRelativePosition

    See Also