[]
ICellLinkControl
, IControl
ICheckBox
, IDropDown
, IListBox
, IOptionButton
, IRangeBase
, IScrollBar
, ISelector
, ISelectorT<T,TCollection>
, ISpinner
getDisplay3DShading, getLinkedCell, setDisplay3DShading, setLinkedCell
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
ICellLinkControl.LinkedCell
. The actual meaning of this property depends on the IControl.FormControlType
of the current control.
FormControlType.CheckBox
: False
- Unchecked, true
- Checked, null
- Mixed.FormControlType.OptionButton
: False
- Unselected, true
- Selected. This value is not nullable in IOptionButton
. FormControlType.Spinner
, FormControlType.ScrollBar
: The current value.FormControlType.ListBox
, FormControlType.DropDown
: ISelector.SelectedIndex
+ 1.ICellLinkControl.LinkedCell
. The actual meaning of this property depends on the IControl.FormControlType
of the current control.
FormControlType.CheckBox
: False
- Unchecked, true
- Checked, null
- Mixed.FormControlType.OptionButton
: False
- Unselected, true
- Selected. This value is not nullable in IOptionButton
. FormControlType.Spinner
, FormControlType.ScrollBar
: The current value.FormControlType.ListBox
, FormControlType.DropDown
: ISelector.SelectedIndex
+ 1.value
- the new value.