Gets cell bounds rectangle.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property CellBounds As Rectangle
C#
public Rectangle CellBounds { get; }
Visual C++
public:
property Rectangle CellBounds {
	Rectangle get ();
}
JavaScript
function get_cellBounds();

See Also