deleteRule method

Deletes a rule from the style sheet.

 

Syntax

HRESULT retVal = object.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
S_OK

The operation completed successfully.

 

Standards information

See also

Reference

IHTMLStyleSheet4::cssRules

IHTMLStyleSheet4::insertRule