[]
        
(Showing Draft Content)

GC.Spread.Sheets.CellTypes.EditorType

列挙体: EditorType

Sheets.CellTypes.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);

Table of contents

列挙メンバー

列挙メンバー

editableDiv

editableDiv = 1

編集可能なdiv要素をテキストセル型のエディタとして使用します。


textarea

textarea = 0

textarea要素をテキストセル型のエディタとして使用します。