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

In This Topic
    insertBefore Method
    In This Topic
    This method is for internal use only.
    Syntax
    'Declaration
     
    Function insertBefore( _
       ByVal newChild As IHTMLDOMNode, _
       ByVal refchild As System.Object _
    ) As IHTMLDOMNode
    IHTMLDOMNode insertBefore( 
       IHTMLDOMNode newChild,
       System.object refchild
    )

    Parameters

    newChild
    refchild
    See Also