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!

HtmlTableRowCollection.Remove

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

Parameters

row
[To be supplied.]

See Also

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