TableCellCollection Members
.NET Framework 2.0
Encapsulates a collection of TableHeaderCell and TableCell objects that make up a row in a Table control. This class cannot be inherited.
The following tables list the members exposed by the TableCellCollection type.
| Name | Description | |
|---|---|---|
| Count | Gets the number of TableCell objects in the TableCellCollection. |
| IsReadOnly | Gets a value indicating whether the TableCellCollection is read-only. |
| IsSynchronized | Gets a value indicating whether access to the TableCellCollection is synchronized (thread-safe). |
| Item | Gets a TableCell from the TableCellCollection at the specified index. |
| SyncRoot | Gets the object that can be used to synchronize access to the TableCellCollection. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add | Appends the specified TableCell to the end of the TableCellCollection. |
| AddAt | Adds the specified TableCell to the TableCellCollection at the specified index location. |
| AddRange | Appends the TableCell objects from the specified array to the end of the collection. |
| Clear | Removes all TableCell objects from the TableCellCollection. |
| CopyTo | Copies the items from the TableCellCollection to the specified System.Array, starting with the specified index in the System.Array. |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetCellIndex | Returns a value that represents the index of the specified TableCell from the TableCellCollection. |
| GetEnumerator | Returns a System.Collections.IEnumerator implemented object that contains all TableCell objects in the TableCellCollection. |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| Remove | Removes the specified TableCell from the TableCellCollection. |
| RemoveAt | Removes a TableCell from the TableCellCollection at the specified index. |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| System.Collections.IList.Add | Adds an object to the collection. |
| System.Collections.IList.Contains | Determines whether the specified object is contained within the collection. |
| System.Collections.IList.IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the collection. |
| System.Collections.IList.Insert | Inserts an object into the collection at the specified index. |
| System.Collections.IList.Remove | Removes an object from the collection. |
| System.Collections.IList.IsFixedSize | For a description of this member, see IsFixedSize. |
| System.Collections.IList.Item | For a description of this member, see Item. |
Community Additions
ADD
Show: