System.Web.UI.HtmlControls.HtmlTable.Rows Property

Gets an System.Web.UI.HtmlControls.HtmlTableRowCollection collection that contains all the rows in the System.Web.UI.HtmlControls.HtmlTable control.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Use the HtmlTable.Rows collection to programmatically access the rows in the System.Web.UI.HtmlControls.HtmlTable control. You can programmatically add rows to, remove rows from, or insert rows into the collection.

Note:

If there are no <tr> elements listed in the System.Web.UI.HtmlControls.HtmlTable control, an empty System.Web.UI.HtmlControls.HtmlTableRowCollection 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