This documentation is archived and is not being maintained.
TableRowCollection Members
.NET Framework 1.1
Public Properties
Count | Gets the number of TableRow objects in the TableRowCollection. |
IsReadOnly | Gets a value indicating whether the TableRowCollection is read-only. |
IsSynchronized | Gets a value indicating whether access to the TableRowCollection is synchronized (thread-safe). |
Item | Gets a TableRow from the TableRowCollection at the specified index.
In C#, this property is the indexer for the TableRowCollection class. |
SyncRoot | Gets the object that can be used to synchronize access to the TableRowCollection. |
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:
