[]
Gets the editing object which represents the edited value.
public virtual EditingData GetEditingValue(Worksheet worksheet, int row, int column, FrameworkElement editor)
Public Overridable Function GetEditingValue(worksheet As Worksheet, row As Integer, column As Integer, editor As FrameworkElement) As EditingData
Type | Name | Description |
---|---|---|
Worksheet | worksheet | The editing worksheet. |
int | row | The row index of editing cell. |
int | column | The column index of editing cell. |
FrameworkElement | editor | A FrameworkElement object indicates the cell editor. |
Type | Description |
---|---|
EditingData | An EditingData value represents the editing value. |