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