ComponentOne List for WinForms
In This Topic
    SelectedRowCollection Object
    In This Topic

    When the user selects and highlights one or more rows of a C1List control at run time, the bookmarks of the selected rows are stored in the SelectedRowCollection object. In code, you can use the Item property and IndexOf method of the collection to determine which rows are selected. You can also select and deselect records programmatically using its Insert and RemoveAt methods.

    See Also