Link Search Menu Expand Document

SSpread.EditModeReplace Property

Set whether to replace the entered value with the original value or add it to the original value when the input mode is turned ON.

Specify the following values. The initial value is $FALSE.

Constant Description
$TRUE Replace with original value
Select all cell contents when the input mode is turned ON.
When the input mode is turned ON by inputting characters, the contents of the cell are replaced with the entered characters.
$FALSE Add to the original value
Set the cursor at the end of the cell contents when the input mode is turned ON.
When the input mode is turned ON by inputting characters, it is added to the contents of the cell.

Related Item
EditMode property