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

In This Topic
    expand Method
    In This Topic

    expand method of IHTMLTxtRange interface.

    Syntax
    'Declaration
     
    Function expand( _
       ByVal Unit As System.String _
    ) As System.Boolean
    System.bool expand( 
       System.string Unit
    )

    Parameters

    Unit
    Remarks

    An original IDL definition of expand method was the following: HRESULT expand (BSTR Unit, [out, retval] VARIANT_BOOL* ReturnValue);

    See Also