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