Base 'cell span' functionality.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  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.

See Also