var value; // Type: PasteFormulas value = GC.Spread.Sheets.Designer.CommandNames.PasteFormulas;
var 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);