Spread Windows Forms 12.0 Product Documentation
FormulaR1C1 Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : FormulaR1C1 Property
Gets or sets the formula using R1C1-style notation which will implicitly intersect as required when set, for this IRange.
Syntax
'Declaration
 
Property FormulaR1C1 As String
'Usage
 
Dim instance As IRange
Dim value As String
 
instance.FormulaR1C1 = value
 
value = instance.FormulaR1C1
string FormulaR1C1 {get; set;}

Property Value

A string value represents the formula using R1C1-style notation of this IRange.
See Also

Reference

IRange Interface
IRange Members