HtmlTable.HtmlTableRowControlCollection.AddAt Method
.NET Framework 3.0
Adds the specified Control object to the collection. The new control is added to the array at the specified index location.
Namespace: System.Web.UI.HtmlControls
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 at which to add the child control.
- child
The Control to add to the collection.
| Exception type | Condition |
|---|---|
| The added control must be of type HtmlTableRow. |
Community Additions
ADD
Show: