System.Windows.Forms.DataGridView.InvalidateColumn Method

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

Syntax

public void InvalidateColumn (int columnIndex)

Parameters

columnIndex
The index of the column to invalidate.

Remarks

For more information about painting and invalidation, see erload:System.Windows.Forms.Control.Invalidate.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0