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!

CssStyleCollection.Remove

Removes a style from the CssStyleCollection.

[Visual Basic]
Overridable Public Sub Remove( _
   ByVal key As String _
)
[C#]
public virtual void Remove(
   string key
);
[C++]
public: virtual void Remove(
   String* key
);
[JScript]
public function Remove(
   key : String
);

Parameters

key
Index to the style to remove.

See Also

CssStyleCollection Class | CssStyleCollection Members | System.Web.UI Namespace