ControlSite.LinkedCell Property

Definition

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.

Applies to