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

参照

CommandNames タイプ