Deletes the HtmlTableRow control at the specified index location from the collection.
[Visual Basic] Public Sub RemoveAt( _ ByVal index As Integer _ ) [C#] public void RemoveAt( int index ); [C++] public: void RemoveAt( int index ); [JScript] public function RemoveAt( index : int );
HtmlTableRowCollection Class | HtmlTableRowCollection Members | System.Web.UI.HtmlControls Namespace