ActiveReports 18 .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 current collection.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property RowCount As Integer
    public abstract int RowCount {get;}
    See Also