Calls 'cell span changed' functionality.

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

Syntax

Visual Basic (Declaration)
Public Sub CallCellSpanChanged ( _
	args As CellSpanChangedEventArgs _
)
C#
public void CallCellSpanChanged(
	CellSpanChangedEventArgs args
)
Visual C++
public:
void CallCellSpanChanged(
	CellSpanChangedEventArgs^ args
)
JavaScript
function callCellSpanChanged(args);

Parameters

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

See Also