Calls 'cell layout' functionality.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overridable Sub OnCellLayout ( _ args As CellLayoutEventArgs _ ) |
| C# |
|---|
public virtual void OnCellLayout( CellLayoutEventArgs args ) |
| Visual C++ |
|---|
public: virtual void OnCellLayout( CellLayoutEventArgs^ args ) |
| JavaScript |
|---|
function onCellLayout(args); |
Parameters
- args
- Type: Greatis.PrintSuite.Providers..::.CellLayoutEventArgs
Argument from cell layout event.