TableRowCollection Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add | Appends the specified TableRow object to the end of the TableRowCollection. |
| AddAt | Adds the specified TableRow object 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 | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetEnumerator | Returns a System.Collections.IEnumerator implemented object that contains all TableRow objects within the TableRowCollection. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetRowIndex | Returns a value that represents the index of the specified TableRow from the TableRowCollection. |
| 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 TableRow from the TableRowCollection. |
| RemoveAt | Removes a TableRow from the TableRowCollection 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. |
Community Additions
ADD
Show: