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

CellEndEditEventArgs Class

Provides data for the cellEndEdit event.

Declaration

class CellEndEditEventArgs extends CancelEventArgs

Inherited Members

Inheritance

EventArgs
CancelEventArgs
CellEndEditEventArgs

Properties

columnIndex Property

Gets the active cell’s column index.

Declaration

columnIndex: number

Property Value

Type Description
number

The zero-based column index.

editorText Property

The text stored in the active cell’s editor.

Declaration

editorText: string

Property Value

Type Description
string

The editor’s text.

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.