cancels events blocking that was enabled by the 'blockEvent' command
$$('ssheet').blockEvent(); $$('ssheet').setCellValue(row, column, value); // will not trigger any events $$('ssheet').unblockEvent();