This documentation is archived and is not being maintained.
Table.RowControlCollection.AddAt Method
.NET Framework 1.1
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
Table.RowControlCollection Class | Table.RowControlCollection Members | System.Web.UI.WebControls Namespace
Show: