HtmlTableCellCollection.Insert Method
.NET Framework 3.0
Adds the specified HtmlTableCell object at the specified index location of the HtmlTableCellCollection collection.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public void Insert ( int index, HtmlTableCell cell )
public function Insert ( index : int, cell : HtmlTableCell )
Not applicable.
Parameters
- index
The location in the HtmlTableCellCollection at which to add the HtmlTableCell.
- cell
The HtmlTableCell to add to the HtmlTableCellCollection.
Use the Insert method to add the specified HtmlTableCell object to an HtmlTableCellCollection collection at the specified index. If you want to simply append an HtmlTableCell object to the end of the collection, use the Add method.
Community Additions
ADD
Show: