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

参照

CommandNames タイプ