[]
Represents a collection of Selected rows.
public class SelectedRowCollection : CollectionBase, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| this[int] | Gets or sets the specified Row index from the collection. |
| Name | Description |
|---|---|
| Add(int) | Adds a row to the end of the collection. |
| Add(int[]) | Adds a range of rows to the end of the collection. |
| Clear() | Removes all elements from the collection. |
| IndexOf(int) | Gets the index of the specified row. |
| Insert(int, int) | Inserts a row at the specified index. |
| RemoveAt(int) | Removes the row at the specified index. |