ControlFormat.LinkedCell Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the worksheet range linked to the control's value.
public:
property System::String ^ LinkedCell { System::String ^ get(); void set(System::String ^ value); };
public string LinkedCell { get; set; }
Public Property LinkedCell As String
Property Value
Remarks
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.
You cannot use this property with multiselect list boxes.