Calls 'begin print row' functionality.

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

Syntax

Visual Basic (Declaration)
Public Sub CallBeginPrintRow ( _
	args As CellEventArgs _
)
C#
public void CallBeginPrintRow(
	CellEventArgs args
)
Visual C++
public:
void CallBeginPrintRow(
	CellEventArgs^ args
)
JavaScript
function callBeginPrintRow(args);

Parameters

args
Type: Greatis.PrintSuite.Providers..::.CellEventArgs
Argument from cell event.

See Also