Cell :: setLayout - Set cell layout
The function applies the layout elements passed in cLayout to the selected cell. Only layout elements passed in the layout will be changed or set as cell layout properties. Layout properties not set in the passed layout remain unchanged.
In order to deactivate current settings in the cell, resetLayout() should be called before setting new layout properties.
When cell is not valid, the function throws an exception.
Implementation details
Cell  :: setLayout ( odabagui::Layout &cLayout )
- cLayout
- Constant layout reference
The layout object contains layout information for controls and data items.