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

In This Topic
    RelativeTo Property (TableHorizontalPosition)
    In This Topic
    Gets or sets a value specifying the element relative to which the horizontal position of the table is calculated.
    Syntax
    'Declaration
     
    Public Property RelativeTo As TableHorizontalRelativePosition
    public TableHorizontalRelativePosition RelativeTo {get; set;}
    See Also