Skip to Content
InterfacesIBeforeSheetEditEndEventParams

接口: IBeforeSheetEditEndEventParams

Event interface triggered before cell editing ends IBeforeSheetEditEndEventParams

继承

  • IEventBase

属性

属性类型描述

column

number

Column index of the editing cell

eventType

DeviceInputEventType

Type of input device event triggering the edit end

isConfirm

boolean

Whether the edit will be confirmed or cancelled

isZenEditor

boolean

Whether the edit is happening in zen editor mode

keycode?

KeyCode

Optional keycode triggering the edit end

row

number

Row index of the editing cell

value

RichTextValue

Current value being edited

workbook

FWorkbook

The workbook instance

worksheet

FWorksheet

The worksheet being edited