Skip to main content
A newer version of this page is available. .

CellCancelEditEventArgs Class

Provides data for the cellCancelEdit event.

Declaration

class CellCancelEditEventArgs extends CancelEventArgs

Inherited Members

Inheritance

EventArgs
CancelEventArgs
CellCancelEditEventArgs

Properties

columnIndex Property

Gets the active cell’s column index.

Declaration

columnIndex: number

Property Value

Type Description
number

The zero-based column index.

formula Property

Gets the active cell’s formula.

Declaration

formula: string

Property Value

Type Description
string

The formula.

rowIndex Property

Gets the active cell’s row index.

Declaration

rowIndex: number

Property Value

Type Description
number

The zero-based row index.

sheetName Property

Gets the current worksheet’s name.

Declaration

sheetName: string

Property Value

Type Description
string

The current worksheet’s name.

value Property

Gets the active cell’s current value.

Declaration

value: string

Property Value

Type Description
string

The cell’s value.