SpreadsheetGear 2017
LinkedCell Property (IControlFormat)






SpreadsheetGear.Shapes Namespace > IControlFormat Interface : LinkedCell Property
Gets or sets a cell reference or defined name which specifies a cell to be linked to this control; changes to the linked cell (such as entering TRUE) will be reflected in the control and changes to the control (such as checking a checkbox) will be reflected in the linked cell.
Syntax
'Declaration
 
Property LinkedCell As System.String
'Usage
 
Dim instance As IControlFormat
Dim value As System.String
 
instance.LinkedCell = value
 
value = instance.LinkedCell
System.string LinkedCell {get; set;}
read-write property LinkedCell: System.String; 
function get,set LinkedCell : System.String
__property System.string* get_LinkedCell();
__property void set_LinkedCell( 
   System.string* value
);
property System.String^ LinkedCell {
   System.String^ get();
   void set (    System.String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IControlFormat Interface
IControlFormat Members