var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: object value = instance.getFormulaInformation(row, col);
Parameters
- row
- The row index.
- col
- The column index.
Return Value
formulaInfo - Returns the formula information about the cell. formulaInfo.hasFormula {boolean} Indicates whether there is a formula in the cell. formulaInfo.isArrayFormula {boolean} Indicates whether the formula is an array formula. formulaInfo.formula {string} The formula string. formulaInfo.formulaWithCulture {string} The formula string with culture.