lockSheet method



Locks the cells in the worksheet so the user cannot edit them.

Syntax

waffleObject.lockSheet()

Applies to

Waffle class.

Parameters

none.

Return value

none.

Usage

When a worksheet is locked, the user can edit only cells explicitly marked for editing. You call addEditableCell() to mark cells as editable.

By default, the worksheet is unlocked.

Example
lockSheet example

See also
addEditableCell method
unlockSheet method
removeAllEditableCells method