Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ISparklineContainer Interface / Item Property


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

    Parameters

    index
    See Also