[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.CellTypeBase.GetEditingValue

GetEditingValue Method

GetEditingValue(Worksheet, int, int, FrameworkElement)

Gets the editing object which represents the edited value.

Declaration
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
Parameters
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.

Returns
Type Description
EditingData

An EditingData value represents the editing value.