Skip to Content
InterfacesISheetEditEndedEventParams

接口: ISheetEditEndedEventParams

Event interface triggered when cell editing ends ISheetEditEndedEventParams

继承

  • IEventBase

属性

属性类型描述

column

number

Column index of the edited cell

eventType

DeviceInputEventType

Type of input device event that triggered the edit end

isConfirm

boolean

Whether the edit was confirmed or cancelled

isZenEditor

boolean

Whether the edit happened in zen editor mode

keycode?

KeyCode

Optional keycode that triggered the edit end

row

number

Row index of the edited cell

workbook

FWorkbook

The workbook instance

worksheet

FWorksheet

The worksheet being edited