System.Web.UI.WebControls.TableCellCollection.AddAt Method

Adds the specified System.Web.UI.WebControls.TableCell to the System.Web.UI.WebControls.TableCellCollection at the specified index location.

Syntax

public void AddAt (int index, TableCell cell)

Parameters

index
The location in the System.Web.UI.WebControls.TableCellCollection at which to add the System.Web.UI.WebControls.TableCell.
cell
The System.Web.UI.WebControls.TableCell to add to the System.Web.UI.WebControls.TableCellCollection.

Remarks

Use this method to insert the specified System.Web.UI.WebControls.TableCell in a System.Web.UI.WebControls.TableCellCollection at the specified index.

Requirements

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