Check documentation for the latest version of dhtmlxSuite calculate DHTMLX Docs

calculate

Forces recalculation of the cell value. Note, SpreadSheet also recalculates values of all cells that refer to the specified cell.

Return value

  • (array) recalculated cells

Example

$cell = new SpreadSheetCell($res, "1","B1", $db_prefix);
$cell->calculate();

See also: getCalculatedValue

Back to top