System.Web.UI.WebControls.TableRow.Cells Property

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.

Syntax

[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerDefaultProperty)]
[System.ComponentModel.MergableProperty(false)]
public virtual TableCellCollection Cells { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Note:

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.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0