Rows.RelativeHorizontalPosition Property

Definition

Specifies to what the horizontal position of a group of rows is relative.

public:
 property Microsoft::Office::Interop::Word::WdRelativeHorizontalPosition RelativeHorizontalPosition { Microsoft::Office::Interop::Word::WdRelativeHorizontalPosition get(); void set(Microsoft::Office::Interop::Word::WdRelativeHorizontalPosition value); };
public Microsoft.Office.Interop.Word.WdRelativeHorizontalPosition RelativeHorizontalPosition { get; set; }
member this.RelativeHorizontalPosition : Microsoft.Office.Interop.Word.WdRelativeHorizontalPosition with get, set
Public Property RelativeHorizontalPosition As WdRelativeHorizontalPosition

Property Value

Remarks

WdRelativeHorizontalPosition can be one of the following constants:

wdRelativeHorizontalPositionCharacter

wdRelativeHorizontalPositionColumn

wdRelativeHorizontalPositionMargin

wdRelativeHorizontalPositionPage

Applies to