SpreadJS Documentation
TextCellType type
Represents a text cell type.
Syntax
var instance = new GcSpread.Sheets.TextCellType();
function TextCellType;
Inheritance Hierarchy

Object
   GcSpread.Sheets.BaseCellType
      GcSpread.Sheets.TextCellType
         GcSpread.Sheets.ButtonCellType
         GcSpread.Sheets.CheckBoxCellType
         GcSpread.Sheets.HyperLinkCellType

Constructors
 NameDescription
public ConstructorTextCellType ConstructorRepresents a text cell type.  
Top
Fields
 NameDescription
public FieldtypeName (Inherited from GcSpread.Sheets.BaseCellType)
Top
Methods
 NameDescription
public MethodactivateEditor (Inherited from GcSpread.Sheets.BaseCellType)
public MethodcreateEditorElement (Inherited from GcSpread.Sheets.BaseCellType)
public MethoddeactivateEditor (Inherited from GcSpread.Sheets.BaseCellType)
public Methodfocus (Inherited from GcSpread.Sheets.BaseCellType)
public Methodformat (Inherited from GcSpread.Sheets.BaseCellType)
public MethodgetAutoFitHeight (Inherited from GcSpread.Sheets.BaseCellType)
public MethodgetAutoFitWidth (Inherited from GcSpread.Sheets.BaseCellType)
public MethodgetEditorValue (Inherited from GcSpread.Sheets.BaseCellType)
public MethodgetHitInfo (Inherited from GcSpread.Sheets.BaseCellType)
public MethodisEditingValueChanged (Inherited from GcSpread.Sheets.BaseCellType)
public MethodisImeAware (Inherited from GcSpread.Sheets.BaseCellType)
public MethodisReservedKey (Inherited from GcSpread.Sheets.BaseCellType)
public Methodpaint (Inherited from GcSpread.Sheets.BaseCellType)
public Methodparse (Inherited from GcSpread.Sheets.BaseCellType)
public MethodprocessKeyDown (Inherited from GcSpread.Sheets.BaseCellType)
public MethodprocessKeyUp (Inherited from GcSpread.Sheets.BaseCellType)
public MethodprocessMouseDown (Inherited from GcSpread.Sheets.BaseCellType)
public MethodprocessMouseEnter (Inherited from GcSpread.Sheets.BaseCellType)
public MethodprocessMouseLeave (Inherited from GcSpread.Sheets.BaseCellType)
public MethodprocessMouseMove (Inherited from GcSpread.Sheets.BaseCellType)
public MethodprocessMouseUp (Inherited from GcSpread.Sheets.BaseCellType)
public MethodselectAll (Inherited from GcSpread.Sheets.BaseCellType)
public MethodsetEditorValue (Inherited from GcSpread.Sheets.BaseCellType)
public MethodupdateEditor (Inherited from GcSpread.Sheets.BaseCellType)
public MethodupdateImeMode (Inherited from GcSpread.Sheets.BaseCellType)
Top
See Also

Reference

GcSpread.Sheets Namespace
Working with Cell Types

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.