Share via


DataGridView.InvalidateCell Method (2007 System)

Include Protected Members
Include Inherited Members

Invalidates a cell in the DataGridView, forcing it to be repainted.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

 

Name

Description

Public method

InvalidateCell(DataGridViewCell)

Invalidates the specified cell of the DataGridView, forcing it to be repainted. (Inherited from DataGridView.)

Public method

InvalidateCell(Int32, Int32)

Invalidates the cell with the specified row and column indexes, forcing it to be repainted. (Inherited from DataGridView.)

Top

See Also

Reference

DataGridView Class

DataGridView Members

Microsoft.Office.Tools.Word.Controls Namespace

Invalidate

Other Resources

DataGridView Control (Windows Forms)