GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / ListBoxes Property


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