Gets or sets the horizontal relation of the table.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public VerticalRelation VertRelationTo { get; set; }
Public Property VertRelationTo As VerticalRelation
	Get
	Set
public:
property VerticalRelation VertRelationTo {
	VerticalRelation get ();
	void set (VerticalRelation value);
}
member VertRelationTo : VerticalRelation with get, set

Property Value

VerticalRelation
The horiz relation to.

See Also