Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineGroup Class / Item Property
Index value of the sparkline.


In This Topic
    Item Property (SparklineGroup)
    In This Topic
    Gets the ISparkline object at the specified index.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As Sparkline
    'Usage
     
    
    Dim instance As SparklineGroup
    Dim index As Integer
    Dim value As Sparkline
     
    value = instance.Item(index)
    public Sparkline this[ 
       int index
    ]; {get;}

    Parameters

    index
    Index value of the sparkline.
    See Also