Check documentation for the latest version of dhtmlxSuite setValue DHTMLX Docs

setValue

Sets the value for the cell.

Parameters

  • $value - (string) the value to set

Example

$cell = new SpreadSheetCell($res, "1","B1", $db_prefix);
$cell->setValue('some value');

See also: getValue, getCalculatedValue

Back to top