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

参照

CommandNames タイプ