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


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

    Parameters

    name

    Property Value

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