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