本帖最后由 gaobowen 于 2016-5-23 15:47 编辑
我的问题首先是spread的cell在编辑状态下的keydown不能触发,所以我在EditModeOn中追加了一下代码
Dim KeydownHandler As KeydownEventHandler = AddressOf FpSpread_Keydown
AddHandler Me.EditingControl.Keydown, KeydownHandler
在OnEditModeOff中又将追加的事件释放。
这样当我入力的数字被keydown事件check住,报message时,刚才入力的数字就不能显示在cell中了
求大神指教
|
|