Spread.Sheets Documentation
updateEditorContainer Method
The DOM element that was created by the createEditorElement method.
The cell wrapper element's new size.
* editorBounds.width {number} The cell wrapper element's new width value.
* editorBounds.height {number} The cell wrapper element's new height value.
The cell's actual style.
Updates the cell wrapper element size.
Syntax
var instance = new GC.Spread.Sheets.CellTypes.Base();
var value; // Type: any
value = instance.updateEditorContainer(editorContext, editorBounds, cellStyle);
function updateEditorContainer( 
   editorContext : object,
   editorBounds : object,
   cellStyle : Style
) : any;

Parameters

editorContext
The DOM element that was created by the createEditorElement method.
editorBounds
The cell wrapper element's new size.
* editorBounds.width {number} The cell wrapper element's new width value.
* editorBounds.height {number} The cell wrapper element's new height value.
cellStyle
The cell's actual style.
See Also

Reference

Base type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.