Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / UndoManager Class / Execute Method / Execute(Command) Method
The command to be executed.


In This Topic
    Execute(Command) Method
    In This Topic
    Executes the specified command.
    Syntax
    'Declaration
     
    
    Public Overloads Function Execute( _
       ByVal command As Command _
    ) As CommandResult
    'Usage
     
    
    Dim instance As UndoManager
    Dim command As Command
    Dim value As CommandResult
     
    value = instance.Execute(command)
    public CommandResult Execute( 
       Command command
    )

    Parameters

    command
    The command to be executed.

    Return Value

    An GrapeCity.Spreadsheet.Commands.CommandResult struct which contains information about the execution of action.
    See Also