接口 IListBox
- 所有超级接口:
ICellLinkControl
,ICellLinkControlT<Integer>
,IControl
,IControlT<IListBox>
,ISelector
,ISelectorT<ListBoxItem,
IListBoxItemList>
The list box control.
-
方法概要
修饰符和类型方法说明Gets the currently selected items.The selection modevoid
setSelectionMode
(SelectionMode value) The selection mode从接口继承的方法 com.grapecity.documents.excel.forms.ICellLinkControl
getDisplay3DShading, getLinkedCell, setDisplay3DShading, setLinkedCell
从接口继承的方法 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, setWidth
从接口继承的方法 com.grapecity.documents.excel.forms.ISelector
getItemsSourceRange, getSelectedIndex, setItemsSourceRange, setSelectedIndex
-
方法详细资料
-
getSelectionMode
SelectionMode getSelectionMode()The selection mode -
setSelectionMode
The selection mode -
getSelectedItems
IListBoxItemCollection getSelectedItems()Gets the currently selected items.
-