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


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

    Parameters

    index
    The index number of the chart.

    Property Value

    An IChart object represents the chart at the specified position.
    See Also