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


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > FormulaEngine Class > UnparseR1C1Reference Method : UnparseR1C1Reference(CellReference,StringBuilder) Method
A CellReference value indicates the cell reference.
The System.Text.StringBuilder object to store the cell reference in R1C1 refrence style.
Unparses the cell reference in R1C1 reference style.
Syntax
'Declaration
 
Public Overloads Shared Sub UnparseR1C1Reference( _
   ByVal cellReference As CellReference, _
   ByVal sb As StringBuilder _
) 
'Usage
 
Dim cellReference As CellReference
Dim sb As StringBuilder
 
FormulaEngine.UnparseR1C1Reference(cellReference, sb)
public static void UnparseR1C1Reference( 
   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 R1C1 refrence style.
See Also

Reference

FormulaEngine Class
FormulaEngine Members
Overload List