Gets a collection of System.Web.UI.WebControls.TableCell objects that represent the cells of a row in a System.Web.UI.WebControls.Table control.
Documentation for this section has not yet been entered.
Use this property to programmatically control a collection of System.Web.UI.WebControls.TableCell objects that represent the cells from a row of the System.Web.UI.WebControls.Table control. You can programmatically add, insert, or remove a System.Web.UI.WebControls.TableCell object from the collection.
This property is only used when building System.Web.UI.WebControls.Table controls programmatically. At design time, this property is set by declaring System.Web.UI.WebControls.TableCell objects.