This documentation is archived and is not being maintained.

HtmlTable.HtmlTableRowControlCollection.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

HtmlTable.HtmlTableRowControlCollection Class | HtmlTable.HtmlTableRowControlCollection Members | System.Web.UI.HtmlControls Namespace

Show: