接口 IDropDown
- 所有超级接口:
ICellLinkControl
,ICellLinkControlT<Integer>
,IControl
,IControlT<IDropDown>
,ISelector
,ISelectorT<DropDownItem,
IDropDownItemList>
下拉控件。
-
方法概要
从接口继承的方法 com.grapecity.documents.excel.forms.ICellLinkControl
getDisplay3DShading, getLinkedCell, setDisplay3DShading, setLinkedCell
从接口继承的方法 com.grapecity.documents.excel.forms.ICellLinkControlT
getValue, setValue
从接口继承的方法 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
从接口继承的方法 com.grapecity.documents.excel.forms.ISelectorT
getItems, getSelectedItem
-
方法详细资料
-
getDropDownLines
int getDropDownLines()获取最大列表数。 -
setDropDownLines
void setDropDownLines(int value) 设置最大列表数量。
-