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

参照

CommandNames タイプ