Spread WPF 18
GrapeCity.Spreadsheet.FormControls Namespace / IListControl Interface / RemoveAllItems Method


In This Topic
    RemoveAllItems Method (IListControl)
    In This Topic
    Removes all entries from a list box or combo box.
    Syntax
    'Declaration
     
    Sub RemoveAllItems() 
    'Usage
     
    Dim instance As IListControl
     
    instance.RemoveAllItems()
    void RemoveAllItems()
    See Also