Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DefinedName Class / RefersToR1C1 Property


In This Topic
RefersToR1C1 Property (DefinedName)
In This Topic
Gets or sets the formula in R1C1 format which the defined name refers to.
Syntax
'Declaration
 
Public Property RefersToR1C1 As String
 
'Usage
 
Dim instance As DefinedName
Dim value As String
 
instance.RefersToR1C1 = value
 
value = instance.RefersToR1C1

Property Value

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