Spread WinForms 15
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)

Parameters

command
See Also