Name | Description | |
---|---|---|
![]() | Add | Adds a row to the list. |
![]() | Clear | Removes all rows from the list. |
![]() | Contains | Retrieves a boolean value indicating if a specific row exists in the list. |
![]() | IndexOf | Searches for the specified Xceed.Grid.Row object and returns the zero-based index of the first occurrence within the list. |
![]() | Insert | Inserts a row into the list at the specified index. |
![]() | Remove | Removes the row from the list. |
![]() | RemoveAt | Removes the row from the list at the specified index. |