Calls 'cell text' functionality.

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

Syntax

Visual Basic (Declaration)
Public Sub CallCellText ( _
	args As CellTextEventArgs _
)
C#
public void CallCellText(
	CellTextEventArgs args
)
Visual C++
public:
void CallCellText(
	CellTextEventArgs^ args
)
JavaScript
function callCellText(args);

Parameters

args
Type: Greatis.PrintSuite.Providers..::.CellTextEventArgs
Arguments from cell text event.

See Also