Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartGroups Interface / Count Property


In This Topic
    Count Property (IChartGroups)
    In This Topic
    Gets the number of chart groups in the collection.
    Syntax
    'Declaration
     
    ReadOnly Property Count As Integer
    'Usage
     
    Dim instance As IChartGroups
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}
    See Also