System.Web.UI.HtmlControls.HtmlTableCellCollection.Remove Method

Removes the specified System.Web.UI.HtmlControls.HtmlTableCell object from the System.Web.UI.HtmlControls.HtmlTableCellCollection collection.

Syntax

public void Remove (HtmlTableCell cell)

Parameters

cell
The System.Web.UI.HtmlControls.HtmlTableCell to remove from the System.Web.UI.HtmlControls.HtmlTableCellCollection.

Remarks

Use this method to remove the specified System.Web.UI.HtmlControls.HtmlTableCell object from the System.Web.UI.HtmlControls.HtmlTableCellCollection collection.

Note:

If you specify an System.Web.UI.HtmlControls.HtmlTableCell object that does not exist in the System.Web.UI.HtmlControls.HtmlTableCellCollection collection, 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