TablePositioning
HorizRelationTo Property
|
Gets or sets the horizontal relation of the table.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public HorizontalRelation HorizRelationTo { get; set; }
Public Property HorizRelationTo As HorizontalRelation
Get
Set
public:
property HorizontalRelation HorizRelationTo {
HorizontalRelation get ();
void set (HorizontalRelation value);
}
member HorizRelationTo : HorizontalRelation with get, set
Property Value
Type:
HorizontalRelation
The horiz relation to.
See Also