Adds an HtmlTableRow control to a specified location in the collection.
[Visual Basic] Public Sub Insert( _ ByVal index As Integer, _ ByVal row As HtmlTableRow _ ) [C#] public void Insert( int index, HtmlTableRow row ); [C++] public: void Insert( int index, HtmlTableRow* row ); [JScript] public function Insert( index : int, row : HtmlTableRow );
HtmlTableRowCollection Class | HtmlTableRowCollection Members | System.Web.UI.HtmlControls Namespace