System.Web.UI.HtmlControls.HtmlTableRowCollection.Remove Method

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

Syntax

public void Remove (HtmlTableRow row)

Parameters

row
The System.Web.UI.HtmlControls.HtmlTableRow to remove from the System.Web.UI.HtmlControls.HtmlTableRowCollection.

Remarks

Use this method to remove the specified System.Web.UI.HtmlControls.HtmlTableRow object from the System.Web.UI.HtmlControls.HtmlTableRowCollection collection.

Note:

If you specify an System.Web.UI.HtmlControls.HtmlTableRow that does not exist in the System.Web.UI.HtmlControls.HtmlTableRowCollection, no item is removed from the collection.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0