var value; // Type: RotateShape value = GC.Spread.Sheets.Designer.CommandNames.RotateShape;
var RotateShape : RotateShape;
var value; // Type: RotateShape value = GC.Spread.Sheets.Designer.CommandNames.RotateShape;
var RotateShape : RotateShape;
// 次のサンプルコードは、コマンド名でRotateShapeを取得します。 var command = GC.Spread.Sheets.Designer.getCommand(GC.Spread.Sheets.Designer.CommandNames.RotateShape);