PivotGridCells.InvalidateCell(Int32, Int32) Method
Invalidates the cell which is located at the specified position.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| x | Int32 | A zero-based integer which identifies the visible index of the row that contains the cell. |
| y | Int32 | A zero-based integer which identifies the visible index of the column that contains the cell. |
Remarks
The InvalidateCell method may be useful when you custom paint cells and need to redraw a particular cell due to custom changes that don’t lead to automatic repainting.
See Also