ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / DataCellCollection Class / RowCount Property

In This Topic
    RowCount Property (DataCellCollection)
    In This Topic
    Gets the row count of the current collection.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property RowCount As Integer
    public abstract int RowCount {get;}

    Property Value

    The number of rows in the collection as an System.Int32.
    See Also