Check documentation for the latest version of dhtmlxSuite unlock DHTMLX Docs

unlock

Unlocks the cell.

Example

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

See also: lock, isLocked, setLocked

Back to top