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

    Parameters

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

    Reference

    CellTypes type