Skip to Content
InterfacesISheetEditChangingEventParams

Interface: ISheetEditChangingEventParams

Event interface triggered while cell content is being changed ISheetEditChangingEventParams

Extends

  • IEventBase

Properties

PropertyTypeDescriptionInherited from

cancel?

boolean

Flag to cancel the event if supported

IEventBase.cancel

column

number

Column index of the editing cell

isZenEditor

boolean

Whether the edit is happening in zen editor mode

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