Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / ComArrayBase Class / Get Method
The index.

In This Topic
    Get Method (ComArrayBase)
    In This Topic
    Gets an object at the specified index.
    Syntax
    'Declaration
     
    Public Function Get( _
       ByVal index As System.Integer _
    ) As ComObject
    public ComObject Get( 
       System.int index
    )

    Parameters

    index
    The index.

    Return Value

    See Also