[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.ICellLinkControl-1.Value

Value Property

Value

The value that is used to bind LinkedCell.

Declaration
T Value { get; set; }
Property Value As T
Property Value
Type Description
T

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.