Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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