CellSaveEventArgs

12 Sep 20251 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

value string

Defines the value.