This documentation is archived and is not being maintained.

TableRow.CellControlCollection.AddAt Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Overrides Public Sub AddAt( _
   ByVal index As Integer, _
   ByVal child As Control _
)
[C#]
public override void AddAt(
 int index,
 Control child
);
[C++]
public: void AddAt(
 int index,
 Control* child
);
[JScript]
public override function AddAt(
   index : int,
 child : Control
);

See Also

TableRow.CellControlCollection Class | TableRow.CellControlCollection Members | System.Web.UI.WebControls Namespace

Show: