Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineStorage Class / SparklineGroupCount Property


In This Topic
    SparklineGroupCount Property
    In This Topic
    Gets the total number of sparkline groups.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SparklineGroupCount As Integer
    'Usage
     
    
    Dim instance As SparklineStorage
    Dim value As Integer
     
    value = instance.SparklineGroupCount
    public int SparklineGroupCount {get;}
    See Also