Gets cell layout.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property CellLayout As CellLayout
C#
public CellLayout CellLayout { get; }
Visual C++
public:
property CellLayout^ CellLayout {
	CellLayout^ get ();
}
JavaScript
function get_cellLayout();

See Also