DataGridView.InvalidateColumn(Int32) Method

Definition

Invalidates the specified column of the DataGridView, forcing it to be repainted.

C#
public void InvalidateColumn(int columnIndex);

Parameters

columnIndex
Int32

The index of the column to invalidate.

Exceptions

columnIndex is not in the valid range of 0 to the number of columns minus 1.

Remarks

For more information about painting and invalidation, see Invalidate.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also