Spread WPF 18
GrapeCity.Spreadsheet.FormControls Namespace / ICheckBox Interface / LinkedCell Property


In This Topic
    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