Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IControlFormat Interface / LinkedCell Property


In This Topic
    LinkedCell Property (IControlFormat)
    In This Topic
    Gets or sets the worksheet range linked to the control's value. If you place a value in the cell, the control takes this value. Likewise, if you change the value of the control, that value is also placed in the cell.
    Syntax
    'Declaration
     
    
    Property LinkedCell As String
    'Usage
     
    
    Dim instance As IControlFormat
    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