Appends the specified System.Web.UI.HtmlControls.HtmlTableCell object to the end of the System.Web.UI.HtmlControls.HtmlTableCellCollection collection.
- cell
The System.Web.UI.HtmlControls.HtmlTableCell to add to the collection.
Use this method to add the specified System.Web.UI.HtmlControls.HtmlTableCell object to the end of an System.Web.UI.HtmlControls.HtmlTableCellCollection collection. If you want to insert an System.Web.UI.HtmlControls.HtmlTableCell object in a specified location in the collection, use the HtmlTableCellCollection.Insert(int, HtmlTableCell) method.