Name | Description | |
---|---|---|
DataCellCollection Constructor | Initializes a new instance of the DataCellCollection class. |
The following tables list the members exposed by DataCellCollection.
Name | Description | |
---|---|---|
DataCellCollection Constructor | Initializes a new instance of the DataCellCollection class. |
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the DataCellCollection instance. This property cannot be overridden. (Inherited from System.Collections.ObjectModel.Collection<DataCell>) | |
Item | Gets or sets a specific DataCell object in the DataCellCollection by position. (Inherited from System.Collections.ObjectModel.Collection<DataCell>) |
Name | Description | |
---|---|---|
Add | Adds a DataCell object to the DataCellCollection. (Inherited from System.Collections.ObjectModel.Collection<DataCell>) | |
Clear | Removes all objects from the DataCellCollection instance. This method cannot be overridden. (Inherited from System.Collections.ObjectModel.Collection<DataCell>) | |
Contains | Determines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<DataCell>) | |
CopyTo | Copies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<DataCell>) | |
IndexOf | Determines the index of a specific DataCell object in the DataCellCollection. (Inherited from System.Collections.ObjectModel.Collection<DataCell>) | |
Insert | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<DataCell>) | |
Remove | Removes the specified DataCell object from the DataCellCollection. (Inherited from System.Collections.ObjectModel.Collection<DataCell>) | |
RemoveAt | Removes the element at the specified index of the DataCellCollection instance. This method is not overridable. (Inherited from System.Collections.ObjectModel.Collection<DataCell>) |