setProperty method
Sets a property value and priority within the current declaration block.
![]() ![]() |
Syntax
object.setProperty(bstrPropertyName, bstrPropertyValue, bstrPropertyPriority)Parameters
- bstrPropertyName [in]
-
Type: String
The name of the CSS property.
- bstrPropertyValue [in]
-
Type: String
The new value of the property.
- bstrPropertyPriority [in]
-
Type: String
The new priority of the property (for example, !important).
Return value
Type: HRESULT
This method can return one of these values.
Standards information
See also
- CSSStyleDeclaration
- currentStyle
- style
- Reference
- getPropertyPriority
- getPropertyValue
- item
- length
- removeProperty
Show:

