InvalidateCell Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Windows.Forms Namespace
DataGridView Class
DataGridView Methods
InvalidateCell Method
InvalidateCell Method (DataGri ...
InvalidateCell Method (Int32, ...
DataGridView Methods
AccessibilityNotifyClients Met ...
AccessibilityNotifyCurrentCell ...
AdjustColumnHeaderBorderStyle ...
AreAllCellsSelected Method
AutoResizeColumn Method
AutoResizeColumnHeadersHeight ...
AutoResizeColumns Method
AutoResizeRow Method
AutoResizeRowHeadersWidth Meth ...
AutoResizeRows Method
BeginEdit Method
BeginInvoke Method
CancelEdit Method
ClearSelection Method
CommitEdit Method
CreateAccessibilityInstance Me ...
CreateColumnsInstance Method
CreateControlsInstance Method
CreateRowsInstance Method
DisplayedColumnCount Method
DisplayedRowCount Method
Dispose Method
EndEdit Method
GetAccessibilityObjectById Met ...
GetCellCount Method
GetCellDisplayRectangle Method
GetChildAtPoint Method
GetClipboardContent Method
GetColumnDisplayRectangle Meth ...
GetRowDisplayRectangle Method
HitTest Method
Invalidate Method
InvalidateCell Method
InvalidateColumn Method
InvalidateRow Method
Invoke Method
IsInputChar Method
IsInputKey Method
ISupportInitialize.BeginInit M ...
ISupportInitialize.EndInit Met ...
MemberwiseClone Method
NotifyCurrentCellDirty Method
OnAllowUserToAddRowsChanged Me ...
OnAllowUserToDeleteRowsChanged ...
OnAllowUserToOrderColumnsChang ...
OnAllowUserToResizeColumnsChan ...
OnAllowUserToResizeRowsChanged ...
OnAlternatingRowsDefaultCellSt ...
OnAutoGenerateColumnsChanged M ...
OnAutoSizeColumnModeChanged Me ...
OnAutoSizeColumnsModeChanged M ...
OnAutoSizeRowsModeChanged Meth ...
OnBackgroundColorChanged Metho ...
OnBindingContextChanged Method
OnBorderStyleChanged Method
OnCancelRowEdit Method
OnCellBeginEdit Method
OnCellBorderStyleChanged Metho ...
OnCellClick Method
OnCellContentClick Method
OnCellContentDoubleClick Metho ...
OnCellContextMenuStripChanged ...
OnCellContextMenuStripNeeded M ...
OnCellDoubleClick Method
OnCellEndEdit Method
OnCellEnter Method
OnCellErrorTextChanged Method
OnCellErrorTextNeeded Method
OnCellFormatting Method
OnCellLeave Method
OnCellMouseClick Method
OnCellMouseDoubleClick Method
OnCellMouseDown Method
OnCellMouseEnter Method
OnCellMouseLeave Method
OnCellMouseMove Method
OnCellMouseUp Method
OnCellPainting Method
OnCellParsing Method
OnCellStateChanged Method
OnCellStyleChanged Method
OnCellStyleContentChanged Meth ...
OnCellToolTipTextChanged Metho ...
OnCellToolTipTextNeeded Method
OnCellValidated Method
OnCellValidating Method
OnCellValueChanged Method
OnCellValueNeeded Method
OnCellValuePushed Method
OnColumnAdded Method
OnColumnContextMenuStripChange ...
OnColumnDataPropertyNameChange ...
OnColumnDefaultCellStyleChange ...
OnColumnDisplayIndexChanged Me ...
OnColumnDividerDoubleClick Met ...
OnColumnDividerWidthChanged Me ...
OnColumnHeaderCellChanged Meth ...
OnColumnHeaderMouseClick Metho ...
OnColumnHeaderMouseDoubleClick ...
OnColumnHeadersBorderStyleChan ...
OnColumnHeadersDefaultCellStyl ...
OnColumnHeadersHeightChanged M ...
OnColumnHeadersHeightSizeModeC ...
OnColumnMinimumWidthChanged Me ...
OnColumnNameChanged Method
OnColumnRemoved Method
OnColumnSortModeChanged Method
OnColumnStateChanged Method
OnColumnToolTipTextChanged Met ...
OnColumnWidthChanged Method
OnCurrentCellChanged Method
OnCurrentCellDirtyStateChanged ...
OnCursorChanged Method
OnDataBindingComplete Method
OnDataError Method
OnDataMemberChanged Method
OnDataSourceChanged Method
OnDefaultCellStyleChanged Meth ...
OnDefaultValuesNeeded Method
OnDoubleClick Method
OnEditingControlShowing Method
OnEditModeChanged Method
OnEnabledChanged Method
OnEnter Method
OnFontChanged Method
OnForeColorChanged Method
OnGotFocus Method
OnGridColorChanged Method
OnHandleCreated Method
OnHandleDestroyed Method
OnKeyDown Method
OnKeyPress Method
OnKeyUp Method
OnLayout Method
OnLeave Method
OnLostFocus Method
OnMouseClick Method
OnMouseDoubleClick Method
OnMouseDown Method
OnMouseEnter Method
OnMouseLeave Method
OnMouseMove Method
OnMouseUp Method
OnMouseWheel Method
OnMultiSelectChanged Method
OnNewRowNeeded Method
OnPaint Method
OnReadOnlyChanged Method
OnResize Method
OnRightToLeftChanged Method
OnRowContextMenuStripChanged M ...
OnRowContextMenuStripNeeded Me ...
OnRowDefaultCellStyleChanged M ...
OnRowDirtyStateNeeded Method
OnRowDividerDoubleClick Method
OnRowDividerHeightChanged Meth ...
OnRowEnter Method
OnRowErrorTextChanged Method
OnRowErrorTextNeeded Method
OnRowHeaderCellChanged Method
OnRowHeaderMouseClick Method
OnRowHeaderMouseDoubleClick Me ...
OnRowHeadersBorderStyleChanged ...
OnRowHeadersDefaultCellStyleCh ...
OnRowHeadersWidthChanged Metho ...
OnRowHeadersWidthSizeModeChang ...
OnRowHeightChanged Method
OnRowHeightInfoNeeded Method
OnRowHeightInfoPushed Method
OnRowLeave Method
OnRowMinimumHeightChanged Meth ...
OnRowPostPaint Method
OnRowPrePaint Method
OnRowsAdded Method
OnRowsDefaultCellStyleChanged ...
OnRowsRemoved Method
OnRowStateChanged Method
OnRowUnshared Method
OnRowValidated Method
OnRowValidating Method
OnScroll Method
OnSelectionChanged Method
OnSortCompare Method
OnSorted Method
OnUserAddedRow Method
OnUserDeletedRow Method
OnUserDeletingRow Method
OnValidating Method
OnVisibleChanged Method
PaintBackground Method
PerformLayout Method
ProcessAKey Method
ProcessDataGridViewKey Method
ProcessDeleteKey Method
ProcessDialogKey Method
ProcessDownKey Method
ProcessEndKey Method
ProcessEnterKey Method
ProcessEscapeKey Method
ProcessF2Key Method
ProcessHomeKey Method
ProcessInsertKey Method
ProcessKeyEventArgs Method
ProcessKeyPreview Method
ProcessLeftKey Method
ProcessNextKey Method
ProcessPriorKey Method
ProcessRightKey Method
ProcessSpaceKey Method
ProcessTabKey Method
ProcessUpKey Method
ProcessZeroKey Method
RefreshEdit Method
ResetText Method
ResumeLayout Method
RtlTranslateAlignment Method
Scale Method
Select Method
SelectAll Method
SetBounds Method
SetBoundsCore Method
SetCurrentCellAddressCore Meth ...
SetSelectedCellCore Method
SetSelectedColumnCore Method
SetSelectedRowCore Method
Sort Method
UpdateBounds Method
UpdateCellErrorText Method
UpdateCellValue Method
UpdateRowErrorText Method
UpdateRowHeightInfo Method
WndProc Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
DataGridView
.
.
::
.
InvalidateCell Method
Invalidates a cell in the
DataGridView
, forcing it to be repainted.
Overload List
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.
Top
See Also
Reference
DataGridView Class
DataGridView Members
System.Windows.Forms Namespace
Invalidate
Other Resources
DataGridView Control (Windows Forms)
Tags :