[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.ICellLinkControl-1

Interface ICellLinkControl<T>

Namespace
GrapeCity.Documents.Excel.Forms
Assembly
GcDocs.Excel.dll

Common members of controls that have CellLink property

public interface ICellLinkControl<T> : ICellLinkControl, IControl

Type Parameters

T
Inherited Members

Properties

Value

The value that is used to bind LinkedCell.

T Value { get; set; }

Property Value

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.