This documentation is archived and is not being maintained.
TableRowCollection Methods
.NET Framework 1.1
The methods of the TableRowCollection class are listed here. For a complete list of TableRowCollection class members, see the TableRowCollection Members topic.
Public Methods
Add | Appends the specified TableRow to the end of the TableRowCollection. |
AddAt | Adds the specified TableRow to the TableRowCollection at the specified index location. |
AddRange | Appends the TableRow objects from the specified array to the end of the collection. |
Clear | Removes all TableRow controls from the TableRowCollection. |
CopyTo | Copies the items from the TableRowCollection 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. |
GetEnumerator | Returns an System.Collections.IEnumerator implemented object that contains all TableRow objects within the TableRowCollection. |
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. |
GetRowIndex | Returns a value that represents the index of the specified TableRow from the TableRowCollection. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Remove | Removes the specified TableRow from the TableRowCollection. |
RemoveAt | Removes a TableRow from the TableRowCollection 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
TableRowCollection Class | System.Web.UI.WebControls Namespace
Show:
