disposeCell(cell: HTMLElement): void
セル要素を破棄し、その要素に関連するすべてのリソースを解放します。
The element that represents the cell.
updateCell(p: GridPanel, r: number, c: number, cell: HTMLElement, rng?: CellRange, updateContent?: boolean): void
グリッドのセルを作成または更新します。
The GridPanel that contains the cell.
The index of the row that contains the cell.
The index of the column that contains the cell.
The element that represents the cell.
The CellRange object that contains the cell's merged range, or null if the cell is not merged.
Whether to update the cell's content as well as its position and style.
FlexGrid コントロール内のセルを表すHTML要素を作成します。