Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Remove the Cascading Style Sheets (CSS) attribute.
Syntax
Visual Basic Public Sub
Remove( ByVal sCssName As string )C# public void
Remove(string sCssName );Managed C++ public: void
Remove(string sCssName );JScript public function
Remove(sCssName : string );
Parameters
sCssName Required. The CSS attribute name.
Return Value
No return value.
Applies To
CssCollection
See Also