Search results

CellSaveEventArgs API in JavaScript Spreadsheet API control

CellSaveEventArgs

Properties

address

string

Defines the address.

displayText

string

Defines the display text of the cell

formula

string

Defines the formula.

oldValue

string

Defines the old value.

originalEvent

MouseEvent & TouchEvent | KeyboardEventArgs

Defines the type of Event.

value

string

Defines the value.