TableCellCollection::Remove Method (TableCell^)
.NET Framework (current version)
Removes the specified TableCell from the TableCellCollection.
Assembly: System.Web (in System.Web.dll)
Parameters
- cell
-
Type:
System.Web.UI.WebControls::TableCell^
The TableCell to remove from the TableCellCollection.
Use this method to remove the specified TableCell from a TableCellCollection.
The following example demonstrates how use the Remove method to remove the center column from the table. Note that in the example, the Cells property of the TableRow is an instance of the TableCellCollection class.
.NET Framework
Available since 1.1
Available since 1.1
Show: