Spread Windows Forms 11.0 Product Documentation
UnparseR1C1Reference(RangeReference) Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > FormulaParser Class > UnparseR1C1Reference Method : UnparseR1C1Reference(RangeReference) Method
Unparses the range reference in R1C1 reference style.
Syntax
'Declaration
 
Public Overloads Shared Function UnparseR1C1Reference( _
   ByVal rangeRef As RangeReference _
) As String
'Usage
 
Dim rangeRef As RangeReference
Dim value As String
 
value = FormulaParser.UnparseR1C1Reference(rangeRef)
public static string UnparseR1C1Reference( 
   RangeReference rangeRef
)

Parameters

rangeRef

Return Value

A System.String value represents the range reference in R1C1 reference style.
See Also

Reference

FormulaParser Class
FormulaParser Members
Overload List