This documentation is archived and is not being maintained.

HtmlTable.HtmlTableRowControlCollection.Add Method

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

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

See Also

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

Show: