Gets the absolute height of the row with specified index.
Namespace: MindFusion.Reporting.Wpf.Export
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public double GetRowHeight ( |
Visual Basic
Copy Code
|
|---|
Public Function GetRowHeight( _ |
The 0-based index of the row.
The absolute height of the specified row.
See Also