[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.GcSpreadSheet.CreateCellEditCommand

CreateCellEditCommand Method

CreateCellEditCommand(object, string)

Create the cell edit command from the specified value.

Declaration
public Command CreateCellEditCommand(object value, string formula = null)
Public Function CreateCellEditCommand(value As Object, Optional formula As String = Nothing) As Command
Parameters
Type Name Description
object value

The new cell value.

string formula
Returns
Type Description
Command

An Command object represents the cell edit command.