Removes all System.Web.UI.WebControls.TableCell objects from the System.Web.UI.WebControls.TableCellCollection.
Use this method to remove all System.Web.UI.WebControls.TableCell objects from the System.Web.UI.WebControls.TableCellCollection and set the TableCellCollection.Count property to 0.
This method removes the System.Web.UI.WebControls.TableCell objects from the System.Web.UI.WebControls.TableCellCollection, but it does not remove the System.Web.UI.WebControls.TableRow from the System.Web.UI.WebControls.Table control. Be sure to also remove the System.Web.UI.WebControls.TableRow if you want to completely remove a row from the table.