ControlSite.LinkedCell Property

Gets or sets a value that identifies the range linked to the value of the ControlSite.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
Property LinkedCell As String
string LinkedCell { get; set; }

Property Value

Type: System.String
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.

.NET Framework Security

See Also

Reference

ControlSite Interface

Microsoft.Office.Tools.Excel Namespace