Spread.Sheets Documentation
Base type
Represents the base class for the other cell type classes.
Syntax
var instance = new GC.Spread.Sheets.CellTypes.Base();
function Base;
Inheritance Hierarchy

Object
   GC.Spread.Sheets.CellTypes.Base
      GC.Spread.Sheets.CellTypes.Button
      GC.Spread.Sheets.CellTypes.CheckBox
      GC.Spread.Sheets.CellTypes.ColumnHeader
      GC.Spread.Sheets.CellTypes.ComboBox
      GC.Spread.Sheets.CellTypes.Corner
      GC.Spread.Sheets.CellTypes.HyperLink
      GC.Spread.Sheets.CellTypes.RowHeader
      GC.Spread.Sheets.CellTypes.Text

Constructors
 NameDescription
public ConstructorBase ConstructorRepresents the base class for the other cell type classes.  
Top
Fields
 NameDescription
public FieldtypeNameRepresents the type name string used for supporting serialization.  
Top
Methods
 NameDescription
public MethodactivateEditorActivates the editor, including setting properties or attributes for the editor and binding events for the editor.  
public MethodcreateEditorElementCreates a DOM element then returns it.  
public MethoddeactivateEditorDeactivates the editor, such as unbinding events for editor.  
public MethodfocusFocuses the editor DOM element.  
public MethodformatFormats a value with the specified format to a string.  
public MethodfromJSONLoads the object state from the specified JSON string.  
public MethodgetAutoFitHeightGets a cell's height that can be used to handle the row's automatic fit.  
public MethodgetAutoFitWidthGets a cell's width that can be used to handle the column's automatic fit.  
public MethodgetEditorValueGets the editor's value.  
public MethodgetHitInfoGets the cell type's hit information.  
public MethodisEditingValueChangedWhether the editing value has changed.  
public MethodisImeAwareWhether this cell type is aware of IME.  
public MethodisReservedKeyWhether the cell type handles the keyboard event itself.  
public MethodpaintPaints a cell on the canvas.  
public MethodpaintContentPaints the cell content area on the canvas.  
public MethodparseParses the text with the specified format string to an object.  
public MethodprocessKeyDownProcesses key down in display mode.  
public MethodprocessKeyUpProcesses key up in display mode.  
public MethodprocessMouseDownProcesses mouse down in display mode.  
public MethodprocessMouseEnterProcesses mouse enter in display mode.  
public MethodprocessMouseLeaveProcesses mouse leave in display mode.  
public MethodprocessMouseMoveProcesses mouse move in display mode.  
public MethodprocessMouseUpProcesses mouse up in display mode.  
public MethodselectAllSelects all the text in the editor DOM element.  
public MethodsetEditorValueSets the editor's value.  
public MethodtoJSONSaves the object state to a JSON string.  
public MethodupdateEditorUpdates the editor's size.  
public MethodupdateEditorContainerUpdates the cell wrapper element size.  
public MethodupdateImeModeUpdates the editor's ime-mode.  
Top
See Also

Reference

GC.Spread.Sheets.CellTypes Namespace
Setting a Custom Cell

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.