True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / RowCount Property

In This Topic
    RowCount Property (Frame)
    In This Topic
    Gets the number of rows in an unbound grid.
    Syntax
    'Declaration
     
    Public ReadOnly Property RowCount As System.Integer
    public System.int RowCount {get;}
    See Also