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


In This Topic
    LinkedCell Property (IListControl)
    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 IListControl
    Dim value As String
     
    instance.LinkedCell = value
     
    value = instance.LinkedCell
    string LinkedCell {get; set;}
    Remarks
    You cannot use this property with multiselect list boxes.
    See Also