Spread Windows Forms 12.0 Product Documentation
UnparseR1C1Reference(CellReference) Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > FormulaEngine Class > UnparseR1C1Reference Method : UnparseR1C1Reference(CellReference) Method
A CellReference value indicates the cell reference.
Unparses the cell reference in R1C1 reference style.
Syntax
'Declaration
 
Public Overloads Shared Function UnparseR1C1Reference( _
   ByVal cellReference As CellReference _
) As String
'Usage
 
Dim cellReference As CellReference
Dim value As String
 
value = FormulaEngine.UnparseR1C1Reference(cellReference)
public static string UnparseR1C1Reference( 
   CellReference cellReference
)

Parameters

cellReference
A CellReference value indicates the cell reference.

Return Value

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

Reference

FormulaEngine Class
FormulaEngine Members
Overload List