Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IPoints Interface / Item Property
The index number for the object.
In This Topic
    Item Property (IPoints)
    In This Topic
    Returns a single object from a collection.
    Syntax
    IPoint this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    The index number for the object.

    Property Value

    The IPoint object.
    See Also