System.Web.UI.HtmlControls.HtmlTableRowCollection: Method Members

The methods of System.Web.UI.HtmlControls.HtmlTableRowCollection are listed below. For a list of all members, see the HtmlTableRowCollection Members list.

See Also: Inherited members from System.Object

Public Methods

Add(HtmlTableRow)

Appends the specified System.Web.UI.HtmlControls.HtmlTableRow object to the end of the System.Web.UI.HtmlControls.HtmlTableRowCollection collection.

Clear()

Removes all System.Web.UI.HtmlControls.HtmlTableRow objects from the System.Web.UI.HtmlControls.HtmlTableRowCollection collection.

CopyTo(Array, int)

Copies the items from the System.Web.UI.HtmlControls.HtmlTableRowCollection collection to the specified Array object, starting at the specified index in the array.

GetEnumerator() : IEnumerator

Returns an IEnumerator-implemented object that contains all System.Web.UI.HtmlControls.HtmlTableRow objects in the System.Web.UI.HtmlControls.HtmlTableRowCollection collection.

Insert(int, HtmlTableRow)

Adds an System.Web.UI.HtmlControls.HtmlTableRow object to the specified location in the collection.

Remove(HtmlTableRow)

Removes the specified System.Web.UI.HtmlControls.HtmlTableRow object from the System.Web.UI.HtmlControls.HtmlTableRowCollection collection.

RemoveAt(int)

Removes the System.Web.UI.HtmlControls.HtmlTableRow object at the specified index from the System.Web.UI.HtmlControls.HtmlTableRowCollection collection.