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


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