BeforeCellUpdateArgs

23 Sep 20251 minute to read

Specifies the event arguments for before cell update event.

Properties

cancel 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.

cell CellModel

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.

colIndex number

Specifies the column index of the cell.
This property represents the zero-based index of the column where the cell is located.

rowIndex number

Specifies the row index of the cell.

sheet string

Specifies the name of the sheet.
This property indicates the name of the sheet where the cell is located.