Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IHTMLDocument2 Interface / createStyleSheet Method

In This Topic
    createStyleSheet Method
    In This Topic

    createStyleSheet method of IHTMLDocument2 interface.

    Syntax
    'Declaration
     
    Function createStyleSheet( _
       ByVal bstrHref As System.String, _
       ByVal lIndex As System.Integer _
    ) As System.Object
    System.object createStyleSheet( 
       System.string bstrHref,
       System.int lIndex
    )

    Parameters

    bstrHref
    lIndex
    Remarks

    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);

    See Also