SSpread.ReCalcCell Method
| Explanation | Recalculate the formula in each cell. Use this method to manually recalculate individual cells when the AutoCalc property is set to $FALSE. To recalculate all the formulas in the spreadsheet, use the ReCalc method. | |
| Call format | ReCalcCell(col, row) | |
| Return value | None | |
| Arguments | col | Cell column number |
| row | Cell row number | |
| Exception | EXT-28 | An error occurred in the ReCalcCell method |
| Example of use | | |
| Related item | AutoCalc, Formula properties ReCalc method | |