Search results

CellSaveEventArgs API in React Spreadsheet API component

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.