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

In This Topic
    addRule Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function addRule( _
       ByVal bstrSelector As System.String, _
       ByVal bstrStyle As System.String, _
       ByVal lIndex As System.Integer _
    ) As System.Integer
    System.int addRule( 
       System.string bstrSelector,
       System.string bstrStyle,
       System.int lIndex
    )

    Parameters

    bstrSelector
    bstrStyle
    lIndex
    See Also