IHTMLStyleSheet::removeRuleIHTMLStyleSheet::removeRule*
*



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.

lIndex
Long integer value indicating which style rule to remove.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.