Calls 'end print row' functionality.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub CallEndPrintRow ( _ args As CellEventArgs _ ) |
C# |
---|
public void CallEndPrintRow( CellEventArgs args ) |
Visual C++ |
---|
public: void CallEndPrintRow( CellEventArgs^ args ) |
JavaScript |
---|
function callEndPrintRow(args); |
Parameters
- args
- Type: Greatis.PrintSuite.Providers..::.CellEventArgs
Argument from cell event.