ActiveReports 18 .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
    Specifies the height of each renderable row in the matrix.
    Syntax
    'Declaration
     
    ReadOnly Property CellHeights As IList(Of Length)
    IList<Length> CellHeights {get;}
    See Also