System.Web.UI.HtmlControls.HtmlTableRow.Cells Property

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.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public virtual HtmlTableCellCollection Cells { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Note:

If there are no cells defined in a row, an empty System.Web.UI.HtmlControls.HtmlTableCellCollection object is returned.

Requirements

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