TableCellCollection::Clear Method ()
.NET Framework (current version)
Removes all TableCell objects from the TableCellCollection.
Assembly: System.Web (in System.Web.dll)
Use this method to remove all TableCell objects from the TableCellCollection and set the Count property to 0.
Note |
|---|
This method removes the TableCell objects from the TableCellCollection, but it does not remove the TableRow from the Table control. Be sure to also remove the TableRow if you want to completely remove a row from the table. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
