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