DataGridViewSelectedColumnCollection::Contains Method (DataGridViewColumn^)
.NET Framework (current version)
Determines whether the specified column is contained in the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- dataGridViewColumn
-
Type:
System.Windows.Forms::DataGridViewColumn^
A DataGridViewColumn to locate in the DataGridViewSelectedColumnCollection.
Return Value
Type: System::Booleantrue if the dataGridViewColumn parameter is in the collection; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: