Gets of sets content alignment of the cell.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)

Syntax

Visual Basic (Declaration)
Public Property Alignmemt As ContentAlignment
C#
public ContentAlignment Alignmemt { get; set; }
Visual C++
public:
property ContentAlignment Alignmemt {
	ContentAlignment get ();
	void set (ContentAlignment value);
}
JavaScript
function get_alignmemt();
function set_alignmemt(value);

See Also