SSpread.EditModePermanent Property
Set whether to keep the input mode always ON.
Specify the following values. The initial value is $FALSE.
| Constant | Description |
|---|---|
| $TRUE | Always turn on input mode even if you move the active cell |
| $FALSE | Turn off the input mode |
If you set $TRUE to move the active cell, the EditModeOff event will be fired in the cell before the move and the EditModeOn event will be fired in the cell after the move.
Related Item
EditModeOn, EditModeOff event