addEditableCell method



Marks the current cell as editable by the user.

Syntax

waffleObject.addEditableCell()

Applies to

Waffle class.

Parameters

none.

Return value

none.

Usage

The user can edit cells marked editable even when the worksheet is locked. You call lockSheet() to lock the worksheet.

Example
addEditableCell example

See also
lockSheet method
removeAllEditableCells method
unlockSheet method