var value; // Type: string value = GC.Spread.Sheets.CalcEngine.expressionToFormula(context, expression, baseRow, baseColumn, useR1C1);
function expressionToFormula( context : object, expression : Expression, baseRow : number, baseColumn : number, useR1C1 : boolean ) : string;
Parameters
- context
- The context; in general, you should use the active sheet object.
- expression
- The expression tree.
- baseRow
- The base row index of the formula.
- baseColumn
- The base column index of the formula.
- useR1C1
- Whether to use the r1c1 reference style.
Return Value
The formula string.