[To be supplied.]
[Visual Basic] Public Sub AddAt( _ ByVal index As Integer, _ ByVal row As TableRow _ ) [C#] public void AddAt( int index, TableRow row ); [C++] public: void AddAt( int index, TableRow* row ); [JScript] public function AddAt( index : int, row : TableRow );
TableRowCollection Class | TableRowCollection Members | System.Web.UI.WebControls Namespace