Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / DropDowns Property


In This Topic
    DropDowns Property (IWorksheet)
    In This Topic
    Gets the list of combo box controls of this IWorksheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property DropDowns As IDropDowns
    'Usage
     
    
    Dim instance As IWorksheet
    Dim value As IDropDowns
     
    value = instance.DropDowns
    IDropDowns DropDowns {get;}
    See Also