Skip to Content
InterfacesIBeforeSheetEditEndEventParams

Interface: IBeforeSheetEditEndEventParams

Event interface triggered before cell editing ends IBeforeSheetEditEndEventParams

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 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