TdxSpreadSheetOptionsBehavior.EnterKeyNavigation Property
Specifies the keystroke navigation mode.
Declaration
property EnterKeyNavigation: TdxSpreadSheetEnterKeyNavigation read; write; default eknDefault;
Property Value
Type | Default |
---|---|
TdxSpreadSheetEnterKeyNavigation | eknDefault |
Remarks
Use this property to switch between keystroke navigation modes for protected worksheets. Refer to the TdxSpreadSheetEnterKeyNavigation type description for details.
The EnterKeyNavigation property’s default value is eknDefault.
See Also