Skip to Content
InterfacesIBeforeSheetEditStartEventParams

Interface: IBeforeSheetEditStartEventParams

Event interface triggered before cell editing starts IBeforeSheetEditStartEventParams

Extends

  • IEventBase

Properties

PropertyTypeDescriptionInherited from

cancel?

boolean

Flag to cancel the event if supported

IEventBase.cancel

column

number

Column index of the cell to be edited

eventType

DeviceInputEventType

Type of input device event triggering the edit

isZenEditor

boolean

Whether the edit will happen in zen editor mode

keycode?

KeyCode

Optional keycode triggering the edit

row

number

Row index of the cell to be edited

workbook

FWorkbook

The workbook instance

worksheet

FWorksheet

The worksheet to be edited