Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IPoints Interface / Item Property
The index number for the object.


In This Topic
    Item Property (IPoints)
    In This Topic
    Gets a single IPoint object from the collection.
    Syntax
    'Declaration
     
    ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As IPoint
    'Usage
     
    Dim instance As IPoints
    Dim index As Integer
    Dim value As IPoint
     
    value = instance.Item(index)
    IPoint this[ 
       int index
    ]; {get;}

    Parameters

    index
    The index number for the object.

    Property Value

    An IPoint object contained by the collection.
    See Also