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

In This Topic
    writeln Method
    In This Topic

    writeln method of IHTMLDocument2 interface.

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

    Parameters

    psarray
    Remarks

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

    See Also