Spread.Sheets
EditorType 列挙体
テキストセル型のエディタタイプを表します。
メンバ
メンバ解説
editableDiv編集可能なdiv要素をテキストセル型のエディタとして使用します。
textareatextarea要素をテキストセル型のエディタとして使用します。
使用例
// 次のサンプルコードは、テキストセル型のエディタを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);
継承階層

Object
   GC.Spread.Sheets.CellTypes.EditorType

関連トピック

参照

GC.Spread.Sheets.CellTypes 名前空間

 

 


© 2016-2018, GrapeCity inc. All rights reserved.