Interface ICellLinkControl
- All Superinterfaces:
IControl
- All Known Subinterfaces:
ICellLinkControlT<T>,ICheckBox,IDropDown,IListBox,IOptionButton,IRangeBase,IScrollBar,ISelector,ISelectorT<T,,TCollection> ISpinner
Common members of controls that have CellLink property.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanUse 3D style.Gets a cell reference to bind theValueproperty and theIRange.Valueproperty of a cellwith the two-way binding mode.voidsetDisplay3DShading(boolean value) Use 3D style.voidsetLinkedCell(IRange value) Sets a cell reference to bind theValueproperty and theIRange.Valueproperty of a cellwith the two-way binding mode.Methods 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, setWidth
-
Method Details
-
getDisplay3DShading
boolean getDisplay3DShading()Use 3D style. -
setDisplay3DShading
void setDisplay3DShading(boolean value) Use 3D style. -
getLinkedCell
IRange getLinkedCell()Gets a cell reference to bind theValueproperty and theIRange.Valueproperty of a cellwith the two-way binding mode.This property doesn't handle #REF! errors. #REF! will be treated as unset value.
-
setLinkedCell
Sets a cell reference to bind theValueproperty and theIRange.Valueproperty of a cellwith the two-way binding mode.This property doesn't handle #REF! errors. #REF! will be treated as unset value.
-