[]
Gets the editing command which will be executed after stopped editing.
protected virtual Command GetEditingCommand(Worksheet worksheet, int row, int column, bool arrayFormula, CellData cellData, FrameworkElement editor)
Protected Overridable Function GetEditingCommand(worksheet As Worksheet, row As Integer, column As Integer, arrayFormula As Boolean, cellData As CellData, editor As FrameworkElement) As Command
Type | Name | Description |
---|---|---|
Worksheet | worksheet | The editing worksheet. |
int | row | The row index of editing cell. |
int | column | The column index of editing cell. |
bool | arrayFormula |
|
CellData | cellData | The current cell data. |
FrameworkElement | editor | A FrameworkElement object indicates the cell editor. |
Type | Description |
---|---|
Command | A Command object represents the editing command. |