GcSpread.Sheets Namespace : CustomCellType type |
var instance = new GcSpread.Sheets.CustomCellType();
function CustomCellType;
Object
GcSpread.Sheets.BaseCellType
GcSpread.Sheets.CustomCellType
Name | Description | |
---|---|---|
CustomCellType Constructor | Represents the custom cell. |
Name | Description | |
---|---|---|
activateEditor | Activates the editor, including setting properties or attributes for the editor and binding events for the editor. | |
createEditorElement | Creates a DOM element then returns it. | |
deactivateEditor | Deactivates the editor, such as unbinding events for the editor. | |
focus | (Inherited from GcSpread.Sheets.BaseCellType) | |
format | (Inherited from GcSpread.Sheets.BaseCellType) | |
fromJSON | Loads the object state from the specified JSON string. | |
getAutoFitHeight | Gets a cell's height that can be used to handle the row's automatic fit. | |
getAutoFitWidth | Gets a cell's width that can be used to handle the column's automatic fit. | |
getEditorValue | Gets the editor's value. | |
getHitInfo | Gets the cell type's hit information. | |
isEditingValueChanged | Whether the editing value changed. | |
isImeAware | Whether this cell type is aware of IME. | |
isReservedKey | Whether the cell type handles the keyboard event itself. | |
paint | Paints a cell on the canvas. | |
parse | (Inherited from GcSpread.Sheets.BaseCellType) | |
processKeyDown | Processes key down in display mode. | |
processKeyUp | Processes key up in display mode. | |
processMouseDown | Processes mouse down in display mode. | |
processMouseEnter | Processes mouse enter in display mode. | |
processMouseLeave | Processes mouse leave in display mode. | |
processMouseMove | Processes mouse move in display mode. | |
processMouseUp | Processes mouse up in display mode. | |
selectAll | (Inherited from GcSpread.Sheets.BaseCellType) | |
setEditorValue | Sets the editor's value. | |
toJSON | Saves the object state to a JSON string. | |
updateEditor | Updates the editor's size. | |
updateImeMode | Updates the editor's ime-mode. |