HtmlTableRowCollection.Remove Method
.NET Framework 3.0
Removes the specified HtmlTableRow object from the HtmlTableRowCollection collection.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public void Remove ( HtmlTableRow row )
public function Remove ( row : HtmlTableRow )
Not applicable.
Parameters
- row
The HtmlTableRow to remove from the HtmlTableRowCollection.
The following code example demonstrates how to use the Remove method to remove the specified table row, represented by an HtmlTableRow object, from the HtmlTableRowCollection collection. This example removes the cells from the first row of the HtmlTable control.
Community Additions
ADD
Show:
Note: