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


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