Prints cell content and stops the printing when all the rows were printed.

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

Syntax

Visual Basic (Declaration)
Public Overrides Sub OnPrintCell ( _
	args As PrintCellEventArgs _
)
C#
public override void OnPrintCell(
	PrintCellEventArgs args
)
Visual C++
public:
virtual void OnPrintCell(
	PrintCellEventArgs^ args
) override
JavaScript
function onPrintCell(args);

Parameters

args
Type: Greatis.PrintSuite.Providers..::.PrintCellEventArgs
Arguments from print cell event.

See Also