deleteRule method
Deletes a rule from the style sheet.
![]() ![]() |
Syntax
var retval = styleSheet.deleteRule(lIndex);Parameters
- lIndex [in]
-
Type: ulong
The index within the rule list for the style sheet of the rule to remove.
Return value
Type: HRESULT
This method can return one of these values.
| Return code | Description |
|---|---|
|
The operation completed successfully. |
Standards information
See also
- styleSheet
- Reference
- cssRules
- insertRule
Show:

