Contents Index Topic Contents | ||
Previous Topic: IHTMLStyleSheet::removeImport Next Topic: IHTMLStyleSheetRule |
IHTMLStyleSheet::removeRule
HRESULT removeRule( long lIndex );Removes the rule by ordinal position based on the value of the index passed in. The rule is deleted from the style sheet, and the document is updated to reflect any changes.
- Returns S_OK if successful, or an error value otherwise.
- lIndex
- Long integer value indicating which style rule to remove.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.