GrapeCity.Wpf.SpreadSheet Namespace / NameInfo Class / RefersTo Property


In This Topic
RefersTo Property
In This Topic
Gets the formula in A1 format which the defined name refers to.
Syntax
'Declaration
 
Public Property RefersTo As String
 
'Usage
 
Dim instance As NameInfo
Dim value As String
 
instance.RefersTo = value
 
value = instance.RefersTo

Property Value

The string value represents formula which the defined name refers to.
See Also