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

参照

CommandNames タイプ