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

In This Topic
    SelectedRows Property (C1TrueDBGrid)
    In This Topic
    Gets the collection of rows that are currently selected.
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectedRows As SelectedRowCollection
    public SelectedRowCollection SelectedRows {get;}
    See Also