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

参照

CommandNames タイプ