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

In This Topic
    write Method
    In This Topic

    write method of IHTMLDocument2 interface.

    Syntax
    'Declaration
     
    Sub write( _
       ByVal psarray As System.Object _
    ) 
    void write( 
       System.object psarray
    )

    Parameters

    psarray
    Remarks

    An original IDL definition of write method was the following: HRESULT write (SAFEARRAY() psarray);

    See Also