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

参照

CommandNames タイプ