Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChartObjects Interface / Item Property / Item(Int32) Property
The index number for the chart object.


In This Topic
    Item(Int32) Property
    In This Topic
    Gets a single chart object from the chart collection.
    Syntax
    'Declaration
     
    
    Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As IChartObject
    'Usage
     
    
    Dim instance As IChartObjects
    Dim index As Integer
    Dim value As IChartObject
     
    value = instance.Item(index)
    IChartObject Item( 
       int index
    ) {get;}

    Parameters

    index
    The index number for the chart object.

    Property Value

    An IChartObject value that represents a chart object contained by the chart collection.
    See Also