The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataGridViewColumn::Name Property
.NET Framework (current version)
Gets or sets the name of the column.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
This property represents a formal name associated with the column that can be used to identify the column in a collection. For example, the Remove and Contains methods of the DataGridViewColumnCollection class use the Name property. The name is case-insensitive. The DataGridView will treat column1 and COLUMN1 as the same column.
.NET Framework
Available since 2.0
Available since 2.0
Show: