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

In This Topic
    Rows Property (Frame)
    In This Topic
    Gets the DataRowCollection for an unbound grid.
    Syntax
    'Declaration
     
    Public ReadOnly Property Rows As System.Data.DataRowCollection
    public System.Data.DataRowCollection Rows {get;}
    See Also