Interface: ISheetEditEndedEventParams
Event interface triggered when cell editing ends ISheetEditEndedEventParams
Properties
| Property | Type | Description | 
|---|---|---|
| 
 | Column index of the edited cell | |
| 
 | Type of input device event that triggered the edit end | |
| 
 | Whether the edit was confirmed or cancelled | |
| 
 | Whether the edit happened in zen editor mode | |
| 
 | Optional keycode that triggered the edit end | |
| 
 | Row index of the edited cell | |
| The workbook instance | ||
| The worksheet being edited |