Spread 8.0 Documentation
ArrowsExitEditMode Property
Support Options
ActiveX Reference > ActiveX Properties > ArrowsExitEditMode Property

Glossary Item Box

ArrowsExitEditMode Property


See Also    DLL

Applies To

fpSpread control

Description

Sets or returns the function of the arrow keys during edit mode.

Syntax

C++

BOOL CSpreadSheet::GetArrowsExitEditMode( );
void CSpreadSheet::SetArrowsExitEditMode(BOOL value);

Visual Basic

[form.]fpSpread.ArrowsExitEditMode[ = boolean%]

Remarks

The default value for the ArrowsExitEditMode property is False.

This setting is applied to the entire workbook, including all sheets in the control.

When the ArrowsExitEditMode property is set to False, the arrow keys are used for editing the cell, and the user must press the Ctrl key and an arrow key to exit edit mode. Even when the ArrowsExitEditMode property is set to False, in single-line cells, pressing the up or down arrow key exits edit mode and moves the active cell in the specified direction.

When the ArrowsExitEditMode property is set to True, pressing the arrow keys causes the cell to exit edit mode and move the active cell in the appropriate direction.

For more information about edit mode, see Using Edit Mode.

Spread Designer

Choose the Book menu, then the Environment menu, select the Environment tab, and then choose the Arrow Keys to Exit Edit check box in the Book Settings dialog box.

Data Type

Integer (Boolean)

See Also

Using Arrow Keys to Move Between Cells

EditEnterAction property

DLL Correspondence

SSGetBool (SSB_ARROWSEXITEDITMODE), SSSetBool (SSB_ARROWSEXITEDITMODE) functions

Copyright © GrapeCity, inc. All rights reserved.