DataGridView::InvalidateCell Method
.NET Framework (current version)
Invalidates a cell in the DataGridView, forcing it to be repainted.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | InvalidateCell(DataGridViewCell^) | Invalidates the specified cell of the DataGridView, forcing it to be repainted. |
![]() | InvalidateCell(Int32, Int32) | Invalidates the cell with the specified row and column indexes, forcing it to be repainted. |
Show:
