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

In This Topic
    item Method (IHTMLRectCollection)
    In This Topic

    item method of IHTMLRectCollection interface.

    Syntax
    'Declaration
     
    Function item( _
       ByRef pvarIndex As System.Object _
    ) As System.Object
    System.object item( 
       ref System.object pvarIndex
    )

    Parameters

    pvarIndex
    Remarks

    An original IDL definition of item method was the following: HRESULT item ([in] VARIANT* pvarIndex, [out, retval] VARIANT* ReturnValue);

    See Also