Spread Windows Forms 12.0 Product Documentation
UnparseA1Reference(CellReference,StringBuilder) Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > FormulaEngine Class > UnparseA1Reference Method : UnparseA1Reference(CellReference,StringBuilder) Method
A CellReference value indicates the cell reference.
The System.Text.StringBuilder object to store the cell reference in A1 refrence style.
Unparses the cell reference in A1 reference style.
Syntax
'Declaration
 
Public Overloads Shared Sub UnparseA1Reference( _
   ByVal cellReference As CellReference, _
   ByVal sb As StringBuilder _
) 
'Usage
 
Dim cellReference As CellReference
Dim sb As StringBuilder
 
FormulaEngine.UnparseA1Reference(cellReference, sb)
public static void UnparseA1Reference( 
   CellReference cellReference,
   StringBuilder sb
)

Parameters

cellReference
A CellReference value indicates the cell reference.
sb
The System.Text.StringBuilder object to store the cell reference in A1 refrence style.
See Also

Reference

FormulaEngine Class
FormulaEngine Members
Overload List