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.
- Returns S_OK if successful, or an error value otherwise.
- 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.