Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IControlFormat Interface / ListCount Property


In This Topic
    ListCount Property
    In This Topic
    Gets the number of entries in a list box or combo box.
    Syntax
    'Declaration
     
    
    ReadOnly Property ListCount As Integer
    'Usage
     
    
    Dim instance As IControlFormat
    Dim value As Integer
     
    value = instance.ListCount
    int ListCount {get;}
    See Also