接口 ICellLinkControl
- 所有超级接口:
IControl
- 所有已知子接口:
ICellLinkControlT<T>
,ICheckBox
,IDropDown
,IListBox
,IOptionButton
,IRangeBase
,IScrollBar
,ISelector
,ISelectorT<T,
,TCollection> ISpinner
Common members of controls that have CellLink property
-
方法概要
修饰符和类型方法说明boolean
Use 3D styleGets a cell reference to bind theValue
property and theIRange.Value
property of a cellwith the two-way binding modevoid
setDisplay3DShading
(boolean value) Use 3D stylevoid
setLinkedCell
(IRange value) Sets a cell reference to bind theValue
property and theIRange.Value
property of a cellwith the two-way binding mode从接口继承的方法 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
-
方法详细资料
-
getDisplay3DShading
boolean getDisplay3DShading()Use 3D style -
setDisplay3DShading
void setDisplay3DShading(boolean value) Use 3D style -
getLinkedCell
IRange getLinkedCell()Gets a cell reference to bind theValue
property and theIRange.Value
property of a cellwith the two-way binding modeThis property doesn't handle #REF! errors. #REF! will be treated as unset value.
-
setLinkedCell
Sets a cell reference to bind theValue
property and theIRange.Value
property of a cellwith the two-way binding modeThis property doesn't handle #REF! errors. #REF! will be treated as unset value.
-