ComponentOne True DBGrid for WinForms
Object Model / SelectedRowCollection Class
In This Topic
    SelectedRowCollection Class
    In This Topic

    When the user selects and highlights one or more rows of a C1TrueDBGrid control at run time, the row index of the selected rows are stored in the SelectedRowCollection object. In code, the Item property and IndexOf method of the collection can be used to determine which rows are selected. Also select and deselect records programmatically using its Add and RemoveAt methods.

    See Also