Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / Execute Method
The key stroke.


In This Topic
    Execute Method (SpreadView)
    In This Topic
    Executes the command using the specified key stroke.
    Syntax
    'Declaration
     
    
    Public Sub Execute( _
       ByVal keystroke As Keystroke _
    ) 
    'Usage
     
    
    Dim instance As SpreadView
    Dim keystroke As Keystroke
     
    instance.Execute(keystroke)
    public void Execute( 
       Keystroke keystroke
    )

    Parameters

    keystroke
    The key stroke.

    Return Value

    true if the command is executed; otherwise, false.
    See Also