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

In This Topic
    CellRows Property
    In This Topic
    Gets the number of rows in the CellCollection.
    Syntax
    'Declaration
     
    ReadOnly Property CellRows As Integer
    int CellRows {get;}

    Property Value

    An integer representing the number of rows in the CellCollection.
    See Also