Spread WPF 18
GrapeCity.Spreadsheet Namespace / ISparklineGroup Interface / Count Property


In This Topic
    Count Property (ISparklineGroup)
    In This Topic
    Gets the number of sparklines in the sparkline group.
    Syntax
    'Declaration
     
    ReadOnly Property Count As Integer
    'Usage
     
    Dim instance As ISparklineGroup
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}
    See Also