Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineStorage Class / GetSparklineGroup Method


In This Topic
    GetSparklineGroup Method
    In This Topic
    Gets the sparkline group at the specified index.
    Syntax
    'Declaration
     
    
    Public Function GetSparklineGroup( _
       ByVal index As Integer _
    ) As SparklineGroup
    'Usage
     
    
    Dim instance As SparklineStorage
    Dim index As Integer
    Dim value As SparklineGroup
     
    value = instance.GetSparklineGroup(index)
    public SparklineGroup GetSparklineGroup( 
       int index
    )

    Parameters

    index
    See Also