SpreadJS製品ヘルプ
Text メソッド
GC.Spread.Sheets 名前空間 > CellTypes タイプ : Text メソッド
テキストセル型のエディタタイプ。
テキストセル型を表します。
シンタックス
var value; // Type: any
value = GC.Spread.Sheets.CellTypes.Text(editorType);
function Text( 
   editorType : EditorType
) : any;

パラメータ

editorType
テキストセル型のエディタタイプ。
関連トピック

参照

CellTypes タイプ