[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.CellTypeBase.GetEditingCommand

GetEditingCommand Method

GetEditingCommand(Worksheet, int, int, bool, CellData, FrameworkElement)

Gets the editing command which will be executed after stopped editing.

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

bool arrayFormula

true if the editing command should be created as array formula; otherwise, false.

CellData cellData

The current cell data.

FrameworkElement editor

A FrameworkElement object indicates the cell editor.

Returns
Type Description
Command

A Command object represents the editing command.