Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFeatures Interface / ExcelCompatibleKeyboardShortcuts Property


In This Topic
ExcelCompatibleKeyboardShortcuts Property
In This Topic
Gets or sets a boolean value indicating whether the use Excel-compatible keyboard shortcuts.
Syntax
'Declaration
 
Property ExcelCompatibleKeyboardShortcuts As Boolean
 
'Usage
 
Dim instance As IFeatures
Dim value As Boolean
 
instance.ExcelCompatibleKeyboardShortcuts = value
 
value = instance.ExcelCompatibleKeyboardShortcuts
Remarks

If this property is set to true, more shortcuts may be changed or added in the future to match with Excel.

This property should not be used with LegacyBehaviors.Style because a lot of shortcuts require the flat style mode.

See Also