CellEditEventArgs

12 Sep 20251 minute to read

CellEditEventArgs

Properties

address string

Defines the address.

cancel boolean

Defines the cancel option.

displayText string

Defines the display text of the cell

element HTMLElement

Defines the element.

oldValue string

Defines the old value.

showFormattedText boolean

Apply the number format and display the formatted value in the editor.

value string

Defines the value.