Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / GcSpreadSheet Class / CreateCellEditCommand Method
The new cell value.


In This Topic
    CreateCellEditCommand Method
    In This Topic
    Create the cell edit command from the specified value.
    Syntax
    '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)
    public Command CreateCellEditCommand( 
       object value,
       string formula
    )

    Parameters

    value
    The new cell value.
    formula

    Return Value

    An GrapeCity.Spreadsheet.Commands.Command object represents the cell edit command.
    See Also