Member | Description |
---|---|
editableDiv | Use editorable div element as the editor of text cell type. |
textarea | Use textarea element as the editor of text cell type. |
Member | Description |
---|---|
editableDiv | Use editorable div element as the editor of text cell type. |
textarea | Use textarea element as the editor of text cell type. |
//This example shows how to change the editor of text cell type to 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