Calculate column width using ContentBounds height and RowsPerPage.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overrides Sub OnMeasureRow ( _ args As MeasureRowEventArgs _ ) |
| C# |
|---|
public override void OnMeasureRow( MeasureRowEventArgs args ) |
| Visual C++ |
|---|
public: virtual void OnMeasureRow( MeasureRowEventArgs^ args ) override |
| JavaScript |
|---|
function onMeasureRow(args); |
Parameters
- args
- Type: Greatis.PrintSuite.Providers..::.MeasureRowEventArgs
Arguments from measure row event.