Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparklineGroups Interface / Count Property


In This Topic
    Count Property (ISparklineGroups)
    In This Topic
    Gets the count of sparkline groups in the associated IRange object.
    Syntax
    'Declaration
     
    
    ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As ISparklineGroups
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}
    See Also