
'Declaration <DefaultMemberAttribute("Item")> <ListBindableAttribute(False)> Public Class CellList Inherits VirtualListBase
'Usage Dim instance As CellList
[DefaultMember("Item")] [ListBindable(false)] public class CellList : VirtualListBase
System.Object
Xceed.Grid.Collections.VirtualListBase
Xceed.Grid.Collections.CellList
Name | Description | |
---|---|---|
![]() | Count | Gets the number of items contained in the list. (Inherited from Xceed.Grid.Collections.VirtualListBase) |
![]() | IsFixedSize | Overridden. Gets a value indicating whether the CellList has a fixed size. |
![]() | IsReadOnly | Overridden. Gets a value indicating whether the CellList is readonly. |
![]() | IsSynchronized | Gets a boolean value indicating if access to the list is synchronized (thread-safe). (Inherited from Xceed.Grid.Collections.VirtualListBase) |
![]() | Item | Overloaded. Gets the cell at the specified index. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the list. (Inherited from Xceed.Grid.Collections.VirtualListBase) |
Name | Description | |
---|---|---|
![]() | Array | (Inherited from Xceed.Grid.Collections.VirtualListBase) |
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2