Gets or sets the worksheet cell that contains the current value of a scroll bar control.
public string LinkedCell {get; set;}
'Declaration
Public Property LinkedCell As String
'Usage
Dim instance As ScrollBar
Dim value As String
instance.LinkedCell = value
value = instance.LinkedCell
Property Value
The worksheet cell that contains the current value of a scroll bar control.