NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlTableCellCollection.Remove

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
);

Parameters

cell
[To be supplied.]

See Also

HtmlTableCellCollection Class | HtmlTableCellCollection Members | System.Web.UI.HtmlControls Namespace