System.Web.UI.HtmlControls.HtmlTableCellCollection.Add Method

Appends the specified System.Web.UI.HtmlControls.HtmlTableCell object to the end of the System.Web.UI.HtmlControls.HtmlTableCellCollection collection.

Syntax

public void Add (HtmlTableCell cell)

Parameters

cell
The System.Web.UI.HtmlControls.HtmlTableCell to add to the collection.

Remarks

Use this method to add the specified System.Web.UI.HtmlControls.HtmlTableCell object to the end of an System.Web.UI.HtmlControls.HtmlTableCellCollection collection. If you want to insert an System.Web.UI.HtmlControls.HtmlTableCell object in a specified location in the collection, use the HtmlTableCellCollection.Insert(int, HtmlTableCell) method.

Requirements

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