Interface IListBox
- All Superinterfaces:
ICellLinkControl,ICellLinkControlT<Integer>,IControl,IControlT<IListBox>,ISelector,ISelectorT<ListBoxItem,IListBoxItemList>
The list box control.
-
Method Summary
Modifier and TypeMethodDescriptionGets the currently selected items.Gets the selection mode.voidsetSelectionMode(SelectionMode value) Sets the selection mode.Methods inherited from interface com.grapecity.documents.excel.forms.ICellLinkControl
getDisplay3DShading, getLinkedCell, setDisplay3DShading, setLinkedCellMethods inherited from interface com.grapecity.documents.excel.forms.ICellLinkControlT
getValue, setValueMethods inherited from interface com.grapecity.documents.excel.forms.IControl
bringToFront, delete, getBottomRightCell, getEnabled, getFormControlType, getHeight, getLeft, getLocked, getName, getParent, getPlacement, getPrintObject, getShapeRange, getTop, getTopLeftCell, getVisible, getWidth, getZOrder, sendToBack, setEnabled, setHeight, setLeft, setLocked, setName, setPlacement, setPrintObject, setTop, setVisible, setWidthMethods inherited from interface com.grapecity.documents.excel.forms.ISelector
getItemsSourceRange, getSelectedIndex, setItemsSourceRange, setSelectedIndexMethods inherited from interface com.grapecity.documents.excel.forms.ISelectorT
getItems, getSelectedItem
-
Method Details
-
getSelectionMode
SelectionMode getSelectionMode()Gets the selection mode. -
setSelectionMode
Sets the selection mode. -
getSelectedItems
IListBoxItemCollection getSelectedItems()Gets the currently selected items.
-