This documentation is archived and is not being maintained.
TableCellCollection Members
.NET Framework 1.1
Public Properties
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.
In C#, this property is the indexer for the TableCellCollection class. |
SyncRoot | Gets the object that can be used to synchronize access to the TableCellCollection. |
Public Methods
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 (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
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 (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Remove | Removes the specified TableCell from the TableCellCollection. |
RemoveAt | Removes a TableCell from the TableCellCollection at the specified index. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Protected Methods
Finalize (inherited from Object) | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
See Also
TableCellCollection Class | System.Web.UI.WebControls Namespace
Show:
