Gets or sets height of the cell.

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

Syntax

Visual Basic (Declaration)
Public Property Height As Integer
C#
public int Height { get; set; }
Visual C++
public:
property int Height {
	int get ();
	void set (int value);
}
JavaScript
function get_height();
function set_height(value);

See Also