SpreadJS製品ヘルプ
CellsFormatUnLockCells フィールド
GC.Spread.Sheets.Designer 名前空間 > CommandNames タイプ : CellsFormatUnLockCells フィールド
コマンド名CellsFormatUnLockCellsを取得します。
シンタックス
var value; // Type: CellsFormatUnLockCells
value = GC.Spread.Sheets.Designer.CommandNames.CellsFormatUnLockCells;
var CellsFormatUnLockCells : CellsFormatUnLockCells;
使用例
// 次のサンプルコードは、コマンド名でCellsFormatUnLockCellsを取得します。
var command = GC.Spread.Sheets.Designer.getCommand(GC.Spread.Sheets.Designer.CommandNames.CellsFormatUnLockCells);
関連トピック

参照

CommandNames タイプ