[]
createStyleSheet
method of IHTMLDocument2
interface.
object createStyleSheet(string bstrHref, int lIndex)
Type | Name | Description |
---|---|---|
string | bstrHref | |
int | lIndex |
Type | Description |
---|---|
object |
An original IDL definition of createStyleSheet
method was the following: HRESULT createStyleSheet ([optional, defaultvalue("")] BSTR bstrHref, [optional, defaultvalue(-1)] long lIndex, [out, retval] IHTMLStyleSheet** ReturnValue)
;