Gets or sets vertical 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 VerticalAlignmentType VerticalAlignment { get; set; }
Visual Basic
Public Property VerticalAlignment As VerticalAlignmentType
	Get
	Set
Visual C++
public:
property VerticalAlignmentType VerticalAlignment {
	VerticalAlignmentType get ();
	void set (VerticalAlignmentType value);
}

See Also