RewriteFormula
type RewriteFormula = (formula, formulaSheet, formulaWorkbook) => string;A formula-rewriting transform, returned by structural-edit methods on Workbook (move/delete/insert) so the caller can apply it to other workbooks whose formulas may reference the affected region.
formulaSheet and formulaWorkbook are the names of the sheet and
workbook containing the formula being rewritten --- needed to attribute
unprefixed refs to the right workbook/sheet rather than the one where the
edit ran. Workbook.rewriteFormulas supplies them automatically;
direct callers must.
Parameters
Section titled “Parameters”formula
Section titled “formula”string
formulaSheet
Section titled “formulaSheet”string
formulaWorkbook
Section titled “formulaWorkbook”string
Returns
Section titled “Returns”string