TableCellCollection.AddAt Method
.NET Framework 3.0
Adds the specified TableCell to the TableCellCollection at the specified index location.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public void AddAt ( int index, TableCell cell )
public function AddAt ( index : int, cell : TableCell )
Not applicable.
Parameters
- index
The location in the TableCellCollection at which to add the TableCell.
- cell
The TableCell to add to the TableCellCollection.
Community Additions
ADD
Show: