ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace / IMatrix Interface / CellHeights Property

In This Topic
CellHeights Property
In This Topic
Gets the height of each renderable row in the matrix.
Syntax
'Declaration
 
ReadOnly Property CellHeights As IList(Of Length)
 

Property Value

A list of GrapeCity.ActiveReports.PageReportModel.Length objects representing the height of each renderable row.
See Also