Gets or sets horizontal alignment of a cell content.

Namespace: Arctorus.Documents.Tables
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public HorizontalAlignmentType HorizontalAlignment { get; set; }
Visual Basic
Public Property HorizontalAlignment As HorizontalAlignmentType
	Get
	Set
Visual C++
public:
property HorizontalAlignmentType HorizontalAlignment {
	HorizontalAlignmentType get ();
	void set (HorizontalAlignmentType value);
}

See Also