[]
Create the cell edit command from the specified value.
public Command CreateCellEditCommand(object value, string formula = null)
Public Function CreateCellEditCommand(value As Object, Optional formula As String = Nothing) As Command
| Type | Name | Description |
|---|---|---|
| object | value | The new cell value. |
| string | formula |
| Type | Description |
|---|---|
| Command | An Command object represents the cell edit command. |