SpreadsheetGear 2017
RefersToR1C1 Property (IName)






SpreadsheetGear Namespace > IName Interface : RefersToR1C1 Property
Gets or sets the formula which the defined name refers to in R1C1 notation.
Syntax
'Declaration
 
Property RefersToR1C1 As System.String
'Usage
 
Dim instance As IName
Dim value As System.String
 
instance.RefersToR1C1 = value
 
value = instance.RefersToR1C1
System.string RefersToR1C1 {get; set;}
read-write property RefersToR1C1: System.String; 
function get,set RefersToR1C1 : System.String
__property System.string* get_RefersToR1C1();
__property void set_RefersToR1C1( 
   System.string* value
);
property System.String^ RefersToR1C1 {
   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

IName Interface
IName Members