Check documentation for the latest version of dhtmlxSuite isLocked DHTMLX Docs

isLocked

Checks whether the cell is locked.

Return value

  • (boolean) true, if the cell is locked

Example

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

See also: lock, unlock, setLocked

Back to top