Check documentation for the latest version of dhtmlxSuite isIncorrect DHTMLX Docs

isIncorrect

Checks whether the specified cell is set correctly.

Return value

  • (boolean) true if the cell doesn't exist

Example

$cell = new SpreadSheetCell($res, "1","sfesrw", $db_prefix);
$cell->isIncorrect(); // -> true
Back to top