Gets the accumulative heights of the rows in the grid.
Namespace: MindFusion.Reporting.Wpf.Export
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public List<Double> RowHeights { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property RowHeights As List(Of Double) |
A list of accumulative row heights.
See Also