DataGrid::UnSelect Method (Int32)
.NET Framework (current version)
Unselects a specified row.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- row
-
Type:
System::Int32
The index of the row to deselect.
Use this method with the IsSelected, Select, and ResetSelection methods to manipulate the selection state of a particular row.
The following code example demonstrates the use of this member.
.NET Framework
Available since 1.1
Available since 1.1
Show: