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

In This Topic
    pasteHTML Method
    In This Topic

    pasteHTML method of IHTMLTxtRange interface.

    Syntax
    'Declaration
     
    Sub pasteHTML( _
       ByVal html As System.String _
    ) 
    void pasteHTML( 
       System.string html
    )

    Parameters

    html
    Remarks

    An original IDL definition of pasteHTML method was the following: HRESULT pasteHTML (BSTR html);

    See Also