var instance = new GC.Spread.Sheets.CellTypes.Base(); var value; // Type: any // パラメータ var editorContext; //タイプ: object var editorBounds; //タイプ: object value = instance.updateEditorContainer(editorContext, editorBounds);
function updateEditorContainer( editorContext : object, editorBounds : object ) : any;
パラメータ
- editorContext
- createEditorElementメソッドによって作成されたDOM要素。
- editorBounds
- セルラッパー要素の新しいサイズ。