Name | Description | |
---|---|---|
Add | Adds a row to the list. (Inherited from Xceed.Grid.Collections.RowList) | |
AddRange | Selects a contiguous range of rows. | |
Clear | Removes all rows from the list. (Inherited from Xceed.Grid.Collections.RowList) | |
Contains | Retrieves a boolean value indicating if a specific row exists in the list. (Inherited from Xceed.Grid.Collections.RowList) | |
IndexOf | Searches for the specified Xceed.Grid.Row object and returns the zero-based index of the first occurrence within the list. (Inherited from Xceed.Grid.Collections.RowList) | |
Insert | Inserts a row into the list at the specified index. (Inherited from Xceed.Grid.Collections.RowList) | |
Remove | Removes the row from the list. (Inherited from Xceed.Grid.Collections.RowList) | |
RemoveAt | Removes the row from the list at the specified index. (Inherited from Xceed.Grid.Collections.RowList) | |
ResetTo | Clears the current selection of row and selects the specified Xceed.Grid.Row. |