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


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