SelectedRowCollection Class Members
In This Topic
The following tables list the members exposed by SelectedRowCollection.
Public Properties
| Name | Description |
| Capacity | (Inherited from System.Collections.CollectionBase) |
| Count | (Inherited from System.Collections.CollectionBase) |
| Item | Gets or sets the specified Row index from the collection. |
Top
Protected Properties
| Name | Description |
| InnerList | (Inherited from System.Collections.CollectionBase) |
| List | (Inherited from System.Collections.CollectionBase) |
Top
Public Methods
| Name | Description |
| Add | Overloaded. Adds a row to the end of the collection. |
| Clear | Removes all elements from the collection. |
| IndexOf | Gets the index of the specified row. |
| Insert | Inserts a row at the specified index. |
| RemoveAt | Removes the row at the specified index. |
Top
See Also