SpreadsheetGear 2023
RefersTo Property (IName)


SpreadsheetGear Namespace > IName Interface : RefersTo Property
Gets or sets the formula which the defined name refers to.
Syntax
'Declaration
 
Property RefersTo As System.String
'Usage
 
Dim instance As IName
Dim value As System.String
 
instance.RefersTo = value
 
value = instance.RefersTo
System.string RefersTo {get; set;}
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