Return the value for a formula.
Optional
evalIndex: numberAllows for a partial evaluation based on a token index.
The index is the ICalculation.FormulaToken.evalIndex. If not provided this will return the value of the entire formula.
Returns the ranges that provide data to a formula.
Returns the references that are used in the formula.
Return the formula as an array of tokenized values.
Optional
evalIndex: numberAllows for a partial evaluation based on a token index.
Sets the reference at the given index.
The index of the reference to set.
The reference to set at the index.
Return the formula string.
Optional
r1c1: booleanIf true
then the formula will be returned in R1C1 format.
Represents a formula that can be evaluated.