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