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

参照

CommandNames タイプ