Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / ILegendEntries Interface / Count Property


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