Spread Windows Forms 11.0 Product Documentation
UnparseA1Reference(CellReference) Method


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

Parameters

cellReference
A CellReference value indicates the cell reference.

Return Value

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

Reference

FormulaParser Class
FormulaParser Members
Overload List