| 
RowFormat
HorizontalAlignment Property
  | 
Note: This API is now obsolete.
 
 Gets or sets horizontal alignment for the table.
 Namespace:
 Spire.Doc.Formatting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
[ObsoleteAttribute("This property is deprecated. Please call the "Table.Format.HorizontalAlignment" property.")]
public RowAlignment HorizontalAlignment { get; set; }
 
<ObsoleteAttribute("This property is deprecated. Please call the "Table.Format.HorizontalAlignment" property.")>
Public Property HorizontalAlignment As RowAlignment
	Get
	Set
 
public:
[ObsoleteAttribute(L"This property is deprecated. Please call the "Table.Format.HorizontalAlignment" property.")]
property RowAlignment HorizontalAlignment {
	RowAlignment get ();
	void set (RowAlignment value);
}
 
[<ObsoleteAttribute("This property is deprecated. Please call the "Table.Format.HorizontalAlignment" property.")>]
member HorizontalAlignment : RowAlignment with get, set
 
 
 
Property Value
 
 Type:
 
RowAlignment
 
 
 See Also
See Also