Name | Description | |
---|---|---|
![]() | CellCollection Constructor | Initializes a new instance of the CellCollection class. |
The following tables list the members exposed by 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. |