Check documentation for the latest version of dhtmlxSuite lock DHTMLX Docs

lock

Locks the cell.

Example

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

See also: isLocked, unlock, setLocked

Back to top