LinkedCell Property (ICheckBox)
In This Topic
Gets or sets the worksheet range linked to the control's value
Syntax
'Declaration
Property LinkedCell As String
'Usage
Dim instance As ICheckBox
Dim value As String
instance.LinkedCell = value
value = instance.LinkedCell
string LinkedCell {get; set;}
See Also