Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / ICharts Interface / Item Property / Item(String) Property


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

    Parameters

    name

    Property Value

    An IChart object represents the specified chart.
    See Also