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

参照

CommandNames タイプ