Adds the specified HtmlTableRow control to the end of the collection.
[Visual Basic] Public Sub Add( _ ByVal row As HtmlTableRow _ ) [C#] public void Add( HtmlTableRow row ); [C++] public: void Add( HtmlTableRow* row ); [JScript] public function Add( row : HtmlTableRow );
HtmlTableRowCollection Class | HtmlTableRowCollection Members | System.Web.UI.HtmlControls Namespace