Gets a collection of System.Web.UI.HtmlControls.HtmlTableCell objects that represent the cells contained in a row of the System.Web.UI.HtmlControls.HtmlTable control.
Documentation for this section has not yet been entered.
Use the HtmlTableRow.Cells collection to programmatically access the cells of a row in an System.Web.UI.HtmlControls.HtmlTable control. You can programmatically add, remove, and insert cells in the collection.
If there are no cells defined in a row, an empty System.Web.UI.HtmlControls.HtmlTableCellCollection object is returned.