SpreadJS製品ヘルプ
SelectionPaneButton フィールド
GC.Spread.Sheets.Designer 名前空間 > CommandNames タイプ : SelectionPaneButton フィールド
コマンド名SelectionPaneButtonを取得します。
シンタックス
var value; // Type: SelectionPaneButton
value = GC.Spread.Sheets.Designer.CommandNames.SelectionPaneButton;
var SelectionPaneButton : SelectionPaneButton;
使用例
// 次のサンプルコードは、コマンド名でSelectionPaneButtonを取得します。
var command = GC.Spread.Sheets.Designer.getCommand(GC.Spread.Sheets.Designer.CommandNames.SelectionPaneButton);
関連トピック

参照

CommandNames タイプ