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

参照

CommandNames タイプ