Skip to Content
InterfacesISheetEditStartedEventParams

接口: ISheetEditStartedEventParams

Event interface triggered when cell editing starts ISheetEditStartedEventParams

继承

  • IEventBase

属性

属性类型描述

column

number

Column index of the editing cell

eventType

DeviceInputEventType

Type of input device event that triggered the edit

isZenEditor

boolean

Whether the edit is happening in zen editor mode

keycode?

KeyCode

Optional keycode that triggered the edit

row

number

Row index of the editing cell

workbook

FWorkbook

The workbook instance

worksheet

FWorksheet

The worksheet being edited