HtmlTableRowCollection Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Add(HtmlTableRow^) | Appends the specified HtmlTableRow object to the end of the HtmlTableRowCollection collection. |
![]() | Clear() | Removes all HtmlTableRow objects from the HtmlTableRowCollection collection. |
![]() | CopyTo(Array^, Int32) | Copies the items from the HtmlTableRowCollection collection to the specified System::Array object, starting at the specified index in the array. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetEnumerator() | Returns an System.Collections::IEnumerator-implemented object that contains all HtmlTableRow objects in the HtmlTableRowCollection collection. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Insert(Int32, HtmlTableRow^) | Adds an HtmlTableRow object to the specified location in the collection. |
![]() | Remove(HtmlTableRow^) | Removes the specified HtmlTableRow object from the HtmlTableRowCollection collection. |
![]() | RemoveAt(Int32) | Removes the HtmlTableRow object at the specified index from the HtmlTableRowCollection collection. |
![]() | 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.) |
