SpreadJS Documentation
GC.Spread.Sheets.CellTypes Namespace / Text type / Text Constructor
The editor type of the text cell type.
In This Topic
    Text Constructor
    In This Topic
    Represents a text cell type.
    Syntax
    var instance = new GC.Spread.Sheets.CellTypes.Text(editorType);
    function Text( 
       editorType : EditorType
    ) : Text;

    Parameters

    editorType
    The editor type of the text cell type.
    See Also

    Reference

    Text type