'Declaration Public Function CreateCellEditCommand( _ ByVal value As Object, _ Optional ByVal formula As String _ ) As Command
'Usage Dim instance As GcSpreadSheet Dim value As Object Dim formula As String Dim value As Command value = instance.CreateCellEditCommand(value, formula)
Parameters
- value
- The new cell value.
- formula
Return Value
An GrapeCity.Spreadsheet.Commands.Command object represents the cell edit command.