Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TableVerticalPosition Class / RelativeTo Property

In This Topic
    RelativeTo Property (TableVerticalPosition)
    In This Topic
    Gets or sets a value specifying the element relative to which the vertical position of the table is calculated.

    If value is TableVerticalRelativePosition.Paragraph then Type is set to TablePositionType.Points automatically.

    Syntax
    'Declaration
     
    Public Property RelativeTo As TableVerticalRelativePosition
    public TableVerticalRelativePosition RelativeTo {get; set;}
    See Also