Gets or sets cell layout.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Layout As CellLayout |
C# |
---|
public CellLayout Layout { get; set; } |
Visual C++ |
---|
public: property CellLayout^ Layout { CellLayout^ get (); void set (CellLayout^ value); } |
JavaScript |
---|
function get_layout(); function set_layout(value); |