Skip to Content
InterfacesISheetEditEndedEventParams

Interface: ISheetEditEndedEventParams

Event interface triggered when cell editing ends ISheetEditEndedEventParams

Extends

  • IEventBase

Properties

PropertyTypeDescriptionInherited from

cancel?

boolean

Flag to cancel the event if supported

IEventBase.cancel

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