Share via


WorkItemResultGrid.InvalidateCell Method

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

WorkItemResultGrid Class

WorkItemResultGrid Members

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace

Invalidate

Other Resources

DataGridView Control (Windows Forms)