Skip to Content
InterfacesISheetEditStartedEventParams

Interface: ISheetEditStartedEventParams

Event interface triggered when cell editing starts ISheetEditStartedEventParams

Extends

  • IEventBase

Properties

PropertyTypeDescriptionInherited from

cancel?

boolean

Flag to cancel the event if supported

IEventBase.cancel

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