public interface ICellLinkControl extends IControl
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDisplay3DShading()
Use 3D style
|
IRange |
getLinkedCell()
Gets a cell reference to bind the
Value property and the
IRange.Value property of a cell
with the two-way binding mode
This property doesn't handle #REF! errors. |
void |
setDisplay3DShading(boolean value)
Use 3D style
|
void |
setLinkedCell(IRange value)
Sets a cell reference to bind the
Value property and the
IRange.Value property of a cell
with the two-way binding mode
This property doesn't handle #REF! errors. |
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, setWidthboolean getDisplay3DShading()
void setDisplay3DShading(boolean value)
IRange getLinkedCell()
Value property and the
IRange.Value property of a cell
with the two-way binding mode
This property doesn't handle #REF! errors. #REF! will be treated as unset value.void setLinkedCell(IRange value)
Value property and the
IRange.Value property of a cell
with the two-way binding mode
This property doesn't handle #REF! errors. #REF! will be treated as unset value.