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