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