'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.