DataGridView.FirstDisplayedScrollingColumnIndex Property
.NET Framework 2.0
Note: This property is new in the .NET Framework version 2.0.
Gets or sets the index of the column that is the first column displayed on the DataGridView.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in system.windows.forms.dll)
Assembly: System.Windows.Forms (in system.windows.forms.dll)
/** @property */ public int get_FirstDisplayedScrollingColumnIndex () /** @property */ public void set_FirstDisplayedScrollingColumnIndex (int value)
public function get FirstDisplayedScrollingColumnIndex () : int public function set FirstDisplayedScrollingColumnIndex (value : int)
Property Value
The index of the column that is the first column displayed on the DataGridView.| Exception type | Condition |
|---|---|
| The specified value when setting this property is less than 0 or greater than the number of columns in the control minus 1. | |
| The specified value when setting this property indicates a column with a Visible property value of false. -or- The specified value when setting this property indicates a column with a Frozen property value of true. |
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.