System.Windows.Forms.DataGrid.FirstVisibleColumn Property

Gets the index of the first visible column in a grid.

Syntax

[System.ComponentModel.Browsable(false)]
public int FirstVisibleColumn { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A column is considered visible even if it is partially concealed.

If a particular column is not visible, set the DataGrid.CurrentCell property to the cell that should be visible.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0