DataGridView.TopLeftHeaderCell Property
.NET Framework 2.0
Note: This property is new in the .NET Framework version 2.0.
Gets or sets the header cell located in the upper left corner of the DataGridView control.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in system.windows.forms.dll)
Assembly: System.Windows.Forms (in system.windows.forms.dll)
/** @property */ public DataGridViewHeaderCell get_TopLeftHeaderCell () /** @property */ public void set_TopLeftHeaderCell (DataGridViewHeaderCell value)
public function get TopLeftHeaderCell () : DataGridViewHeaderCell public function set TopLeftHeaderCell (value : DataGridViewHeaderCell)
Property Value
The DataGridViewHeaderCell located at the upper left corner of the DataGridView.Setting this property allows you to set a value for the cell, associate a shortcut menu with it, or perform any other operations you can perform on a DataGridViewHeaderCell.
In applications designed for use with right-to-left languages, the cell represented by this property is typically in the upper-right corner.
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.