Name | Description | |
---|---|---|
![]() | Add | Adds a cell to the list. |
![]() | Clear | Removes all cells from the list. |
![]() | Contains | Retrieves a boolean value indicating if a specific cell exists in the list. |
![]() | CopyTo | Copies the elements of the list to the specified array. (Inherited from Xceed.Grid.Collections.VirtualListBase) |
![]() | IndexOf | Overloaded. Searches for the specified Xceed.Grid.Cell object and returns the zero-based index of the first occurrence within the list. |
![]() | Insert | Inserts a cell into the list at the specified index. |
![]() | Remove | Removes the cell from the list. |
![]() | RemoveAt | Removes the cell from the list at the specified index. |