TableRow.CellControlCollection.AddAt Method
.NET Framework 3.0
Adds the specified Control object to the TableRow.CellControlCollection collection. The new control is added to the array 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, Control child )
public override function AddAt ( index : int, child : Control )
Not applicable.
Parameters
- index
The location in the array to add the child control.
- child
The Control to add to the TableRow.CellControlCollection.
| Exception type | Condition |
|---|---|
| The added Control must be of the type TableCell. |
Community Additions
ADD
Show: