public interface ICellLinkControlT<T> extends ICellLinkControl
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
The value that is used to bind
ICellLinkControl.LinkedCell. |
void |
setValue(T value)
The value that is used to bind
ICellLinkControl.LinkedCell. |
getDisplay3DShading, getLinkedCell, setDisplay3DShading, setLinkedCellbringToFront, 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, setWidthT getValue()
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 OptionButton.
FormControlType.Spinner, FormControlType.ScrollBar : The current value
FormControlType.ListBox, FormControlType.DropDown : ISelector.SelectedIndex + 1
void setValue(T value)
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 OptionButton.
FormControlType.Spinner, FormControlType.ScrollBar : The current value
FormControlType.ListBox, FormControlType.DropDown : ISelector.SelectedIndex + 1
value - the new value.