removeProperty method
Removes a Cascading Style Sheets (CSS) property if it is explicitly set within the current declaration block.
![]() ![]() |
Syntax
object.removeProperty(bstrPropertyName)Parameters
- bstrPropertyName [in]
-
Type: String
The name of the CSS property.
Return value
Type: String
The value of the property if it is explicitly set for this declaration block, or null if the property is not explicitly set for this declaration block or if the property name does not correspond to a known CSS property.
Standards information
See also
- CSSStyleDeclaration
- currentStyle
- style
- Reference
- getPropertyPriority
- getPropertyValue
- item
- length
- setProperty
Show:

