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