[]
Common members of controls that have CellLink property
public interface ICellLinkControl<T> : ICellLinkControl, IControl
T
The value that is used to bind LinkedCell.
T Value { get; set; }
The actual meaning of this property depends on the FormControlType of the current control.
CheckBox : False - Unchecked, true - Checked, null (Nothing) - Mixed.
OptionButton : False - Unselected, true - Selected.
Spinner, ScrollBar : The current value.
ListBox, DropDown : SelectedIndex + 1.