TableRowCollection::Remove Method (TableRow^)

 

Removes the specified TableRow from the TableRowCollection.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
void Remove(
	TableRow^ row
)

Parameters

row
Type: System.Web.UI.WebControls::TableRow^

The TableRow object to remove from the TableRowCollection.

Use this method to remove the specified TableRow from a TableRowCollection.

The following example demonstrates how to use the Remove method to remove a row from the table. Note that in the example, the Rows property of the Table is an instance of the TableRowCollection class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: