IHTMLStyleSheet::addImportIHTMLStyleSheet::addImport*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLStyleSheet
*Next Topic: IHTMLStyleSheet::addRule

IHTMLStyleSheet::addImport


HRESULT addImport(
    BSTR bstrURL,
    long lIndex,
long *plIndex 
);

Adds a style sheet to the imports collection for the given style sheet.

bstrURL
String specifying the location of the source file for the style sheet.
lIndex
Integer specifying the requested position of the style sheet in the collection. The position is zero-based.
plIndex
Address of a variable that receives an integer index value specifying the position of the imported style sheet in the imports collection.


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