CellSaveEventArgs

9 Jul 20261 minute to read

CellSaveEventArgs

Properties

address string

Defines the address.

displayText string

Defines the display text of the cell.

element HTMLElement

Defines the element.

formula string

Defines the formula.

oldValue string

Defines the old value.

originalEvent MouseEvent & TouchEvent|KeyboardEventArgs

Defines the type of Event.

previousFormulaValue string|number

Defines the old display text value.

Only applicable for Manual calculation

richText RichTextModel[]

Defines the rich text segments for the cell.

value string

Defines the value.