ControlSite.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.
Gets or sets a value that identifies the range linked to the value of the ControlSite.
public:
property System::String ^ LinkedCell { System::String ^ get(); void set(System::String ^ value); };
public string LinkedCell { get; set; }
member this.LinkedCell : string with get, set
Public Property LinkedCell As String
Property Value
A value that identifies the range linked to the value of the ControlSite.
Remarks
If you place a value in the linked cell, the ControlSite takes this value. Likewise, if you change the value of the ControlSite, that value is also placed in the cell.