ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheet Class / RowsCount Property

In This Topic
    RowsCount Property
    In This Topic
    Gets rows count.
    Syntax
    'Declaration
     
    Public ReadOnly Property RowsCount As Integer
    public int RowsCount {get;}

    Property Value

    An System.Int32 representing the total number of rows contained in the sheet.
    See Also