Specifies the event arguments for before cell update event.
boolean
Specifies whether to cancel the cell update.
If this property is set to true
, the update to the cell will be canceled, and no changes will be applied.
Specifies the cell to be updated. This property holds the cell’s model object, which contains all the properties and data associated with the cell being updated.
number
Specifies the column index of the cell. This property represents the zero-based index of the column where the cell is located.
number
Specifies the row index of the cell.
string
Specifies the name of the sheet. This property indicates the name of the sheet where the cell is located.