Gets cell layout.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: 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(); |