Interface IDropDown
- All Superinterfaces:
ICellLinkControl,ICellLinkControlT<Integer>,IControl,IControlT<IDropDown>,ISelector,ISelectorT<DropDownItem,IDropDownItemList>
The drop down control.
-
Method Summary
Modifier and TypeMethodDescriptionintGets the maximum list count.voidsetDropDownLines(int value) Sets the maximum list count.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
-
getDropDownLines
int getDropDownLines()Gets the maximum list count. -
setDropDownLines
void setDropDownLines(int value) Sets the maximum list count.
-