
'Declaration <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class CellCollection Inherits System.Collections.ObjectModel.Collection(Of Cell)
'Usage Dim instance As CellCollection
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public class CellCollection : System.Collections.ObjectModel.Collection<Cell>
System.Object
System.Collections.ObjectModel.Collection<T>
Xceed.Wpf.DataGrid.CellCollection
Name | Description | |
---|---|---|
![]() | CellCollection Constructor | Initializes a new instance of the CellCollection class. |
Name | Description | |
---|---|---|
![]() | Count | (Inherited from System.Collections.ObjectModel.Collection<Cell>) |
![]() | Item | Overloaded. Retrieves the cell with the specified parent column from the collection. |
Name | Description | |
---|---|---|
![]() | Items | (Inherited from System.Collections.ObjectModel.Collection<Cell>) |
Name | Description | |
---|---|---|
![]() | Add | (Inherited from System.Collections.ObjectModel.Collection<Cell>) |
![]() | Clear | (Inherited from System.Collections.ObjectModel.Collection<Cell>) |
![]() | Contains | (Inherited from System.Collections.ObjectModel.Collection<Cell>) |
![]() | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<Cell>) |
![]() | GetEnumerator | (Inherited from System.Collections.ObjectModel.Collection<Cell>) |
![]() | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<Cell>) |
![]() | Insert | (Inherited from System.Collections.ObjectModel.Collection<Cell>) |
![]() | Remove | (Inherited from System.Collections.ObjectModel.Collection<Cell>) |
![]() | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<Cell>) |
Name | Description | |
---|---|---|
![]() | ClearItems | Overridden. Removes all cells from the collection. |
![]() | InsertItem | Overridden. Inserts a cell at the specified index. |
![]() | RemoveItem | Overridden. Removes the cell at the specified index. |
![]() | SetItem | Overridden. Replaces an existing cell with the specified item. |
Target Platforms: Windows 11, Windows 10, 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