TableRowCollection Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Add(TableRow^) | Appends the specified TableRow object to the end of the TableRowCollection. |
![]() | AddAt(Int32, TableRow^) | Adds the specified TableRow object to the TableRowCollection at the specified index location. |
![]() | AddRange(array<TableRow^>^) | Appends the TableRow objects from the specified array to the end of the collection. |
![]() | Clear() | Removes all TableRow controls from the TableRowCollection. |
![]() | CopyTo(Array^, Int32) | Copies the items from the TableRowCollection to the specified System::Array, starting with the specified index in the System::Array. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetEnumerator() | Returns a System.Collections::IEnumerator implemented object that contains all TableRow objects within the TableRowCollection. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetRowIndex(TableRow^) | Returns a value that represents the index of the specified TableRow from the TableRowCollection. |
![]() | GetType() | |
![]() | Remove(TableRow^) | Removes the specified TableRow from the TableRowCollection. |
![]() | RemoveAt(Int32) | Removes a TableRow from the TableRowCollection at the specified index. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IList::Add(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds an object to the collection. |
![]() ![]() | IList::Contains(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether the specified object is contained within the collection. |
![]() ![]() | IList::IndexOf(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Searches for the specified object and returns the zero-based index of the first occurrence within the collection. |
![]() ![]() | IList::Insert(Int32, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Inserts an object into the collection at the specified index. |
![]() ![]() | IList::Remove(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Removes an object from the collection. |


