Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / ScrollBar Class / LinkedCell Property


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

    Property Value

    The worksheet cell that contains the current value of a scroll bar control.
    See Also