Removes the System.Web.UI.HtmlControls.HtmlTableRow object at the specified index from the System.Web.UI.HtmlControls.HtmlTableRowCollection collection.
- index
- The index of the System.Web.UI.HtmlControls.HtmlTableRow to remove from the System.Web.UI.HtmlControls.HtmlTableRowCollection.
Use this method to remove the System.Web.UI.HtmlControls.HtmlTableRow object at the specified index from the System.Web.UI.HtmlControls.HtmlTableRowCollection 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.