Spread WPF 18
GrapeCity.Spreadsheet Namespace / ISheet Interface / ListBoxes Property


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