Spread Windows Forms 12.0 Product Documentation
RefersToR1C1 Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IName Interface : RefersToR1C1 Property
Gets or sets the formula in R1C1 format which the defined name refers to.
Syntax
'Declaration
 
Property RefersToR1C1 As String
'Usage
 
Dim instance As IName
Dim value As String
 
instance.RefersToR1C1 = value
 
value = instance.RefersToR1C1
string RefersToR1C1 {get; set;}

Property Value

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

Reference

IName Interface
IName Members