Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSparklineContainer Class / Item Property


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

    Parameters

    index
    See Also