Calls 'cell layout' functionality.

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

Syntax

Visual Basic (Declaration)
Public Sub CallCellLayout ( _
	args As CellLayoutEventArgs _
)
C#
public void CallCellLayout(
	CellLayoutEventArgs args
)
Visual C++
public:
void CallCellLayout(
	CellLayoutEventArgs^ args
)
JavaScript
function callCellLayout(args);

Parameters

args
Type: Greatis.PrintSuite.Providers..::.CellLayoutEventArgs
Argument from cell layout event.

See Also