バージョン

ExecuteCommand メソッド (XamSpreadsheet)

指定した SpreadsheetCommandType を実行します。
シンタックス
'宣言
 
Public Function ExecuteCommand( _
   ByVal command As SpreadsheetCommandType, _
   ByVal parameter As Object _
) As Boolean
public bool ExecuteCommand( 
   SpreadsheetCommandType command,
   object parameter
)

パラメータ

command
実行するコマンド。
parameter
オプション パラメーター。これは特定のコマンドのみに使用され、パラメーターを使用するコマンドにヘルプで予期される情報を説明します。

戻り値の型

コマンドを実行した場合は True、キャンセルした場合は False。
参照