FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / ExcelContextMenu Class / ExecuteCommand Method
ContextMenuCommands that specifies which command should be executed.

In This Topic
    ExecuteCommand Method
    In This Topic
    Executes a context menu command.
    Syntax
    'Declaration
     
    
    Public Sub ExecuteCommand( _
       ByVal cmd As ContextMenuCommands _
    ) 
    public void ExecuteCommand( 
       ContextMenuCommands cmd
    )

    Parameters

    cmd
    ContextMenuCommands that specifies which command should be executed.
    See Also