var instance = new GC.Spread.Sheets.CellTypes.Base(); var value; // Type: any value = instance.updateEditorContainer(editorContext, editorBounds, editorBounds.x, editorBounds.y, editorBounds.width, editorBounds.height, cellStyle);
function updateEditorContainer( editorContext : HTMLElement, editorBounds : Rect, editorBounds.x : number, editorBounds.y : number, editorBounds.width : number, editorBounds.height : number, cellStyle : Style ) : any;
パラメータ
- editorContext
- createEditorElementメソッドによって作成されたDOM要素。
- editorBounds
- セルラッパー要素の新しいサイズ。
- editorBounds.x
- セルラッパー要素のx位置。
- editorBounds.y
- セルラッパー要素のy位置。
- editorBounds.width
- セルラッパー要素の新しい幅。
- editorBounds.height
- セルラッパー要素の新しい高さ。
- cellStyle
- セルの実際のスタイル。