System.Web.UI.WebControls.TableCellCollection.Add Method

Appends the specified System.Web.UI.WebControls.TableCell to the end of the System.Web.UI.WebControls.TableCellCollection.

Syntax

public int Add (TableCell cell)

Parameters

cell
The System.Web.UI.WebControls.TableCell to add to the collection.

Returns

The index number of the System.Web.UI.WebControls.TableCell.

Remarks

Use this method to add the specified System.Web.UI.WebControls.TableCell to the end of a System.Web.UI.WebControls.TableCellCollection.

Requirements

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