Calls 'cell span' functionality.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)

Syntax

Visual Basic (Declaration)
Public Sub CallCellSpan ( _
	args As CellSpanEventArgs _
)
C#
public void CallCellSpan(
	CellSpanEventArgs args
)
Visual C++
public:
void CallCellSpan(
	CellSpanEventArgs^ args
)
JavaScript
function callCellSpan(args);

Parameters

args
Type: Greatis.PrintSuite.Providers..::.CellSpanEventArgs
Argument from cell span event.

See Also