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


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

    Parameters

    index
    Index value of the sparkline.
    See Also