Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / ExecuteCommand Method


In This Topic
    ExecuteCommand Method
    In This Topic
    Executes the command.
    Syntax
    'Declaration
     
    
    Public Function ExecuteCommand( _
       ByVal command As Command _
    ) As Boolean
    'Usage
     
    
    Dim instance As SpreadView
    Dim command As Command
    Dim value As Boolean
     
    value = instance.ExecuteCommand(command)
    public bool ExecuteCommand( 
       Command command
    )

    Parameters

    command
    See Also