Interface: IBeforeSheetEditEndEventParams
Event interface triggered before cell editing ends IBeforeSheetEditEndEventParams
Properties
| Property | Type | Description |
|---|---|---|
|
|
Column index of the editing cell | |
|
|
Type of input device event triggering the edit end | |
|
|
Whether the edit will be confirmed or cancelled | |
|
|
Whether the edit is happening in zen editor mode | |
|
|
Optional keycode triggering the edit end | |
|
|
Row index of the editing cell | |
|
|
Current value being edited | |
|
The workbook instance | ||
|
The worksheet being edited |