Removes the System.Web.UI.HtmlControls.HtmlTableCell object at the specified index from the System.Web.UI.HtmlControls.HtmlTableCellCollection collection.
- index
The index of the System.Web.UI.HtmlControls.HtmlTableCell to remove from the System.Web.UI.HtmlControls.HtmlTableCellCollection.
Use this method to remove the System.Web.UI.HtmlControls.HtmlTableCell object at the specified index from an System.Web.UI.HtmlControls.HtmlTableCellCollection collection. The index number is zero-based; therefore, the first item in the collection has an index value of 0.
If you specify an index that is outside the range of index values, an exception is raised.