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

参照

CommandNames タイプ