SpreadJS製品ヘルプ
EditorType フィールド
GC.Spread.Sheets 名前空間 > CellTypes タイプ : EditorType フィールド
テキストセル型のエディタタイプを表します。
シンタックス
var value; // Type: EditorType
value = GC.Spread.Sheets.CellTypes.EditorType;
var EditorType : EditorType;
使用例
//次のサンプルコードは、テキストセル型のエディタをtextareaに変更する方法を示します。
var tempStyle = new GC.Spread.Sheets.Style();
tempStyle.cellType = new GC.Spread.Sheets.CellTypes.Text(GC.Spread.Sheets.CellTypes.EditorType.textarea);
activeSheet.setDefaultStyle(tempStyle);
関連トピック

参照

CellTypes タイプ