使用了以下代码:
Spread_DPSF.View.KeyMap.Remove(new GrapeCity.Windows.SpreadSheet.UI.KeyStroke(Key.E, ModifierKeys.Shift));
Spread_DPSF.View.KeyMap.Add(new GrapeCity.Windows.SpreadSheet.UI.KeyStroke(Key.E, ModifierKeys.Shift), GrapeCity.Windows.SpreadSheet.UI.SpreadActions.InputNewLine);
无法实现换行,字符过长后处于NoWrap状态
|
|