Gets or sets horizontal alignment for 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 RowAlignment HorizontalAlignment { get; set; }
Public Property HorizontalAlignment As RowAlignment
	Get
	Set
public:
property RowAlignment HorizontalAlignment {
	RowAlignment get ();
	void set (RowAlignment value);
}
member HorizontalAlignment : RowAlignment with get, set

Property Value

RowAlignment

See Also