Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / IntelliSenseItems Class / Count Property


In This Topic
    Count Property (IntelliSenseItems)
    In This Topic
    Gets the total numbers of intelli-sense items.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As IntelliSenseItems
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}
    See Also