Search results

DataSourceChangedEventArgs API in JavaScript Spreadsheet API control

Specifies event arguments when the datasource changes.

Properties

action

string

Specifies the action performed to change the datasource, such as add, edit, or delete.

data

Object[]

Specifies the changed data from the datasource after an add, edit, or delete action.

rangeIndex

number

Specifies the range index of the changed datasource. The rangeIndex represents the index of the data range in the spreadsheet that corresponds to the modified data.

sheetIndex

number

Specifies the index of the sheet where the datasource change occurred.