Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / IconSet Class / Count Property


In This Topic
    Count Property (IconSet)
    In This Topic
    Gets the number of elements actually contained in the IconSet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As IconSet
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}
    See Also