Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IPoints Interface / get Method
The index number for the object.
In This Topic
    get Method
    In This Topic
    Returns a single object from a collection.
    Syntax
    IPoint get( 
       int index
    )

    Parameters

    index
    The index number for the object.

    Return Value

    The IPoint object.
    See Also