DataGridView.CurrentRow Property
.NET Framework 3.0
Gets the row containing the current cell.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in system.windows.forms.dll)
Assembly: System.Windows.Forms (in system.windows.forms.dll)
/** @property */ public DataGridViewRow get_CurrentRow ()
public function get CurrentRow () : DataGridViewRow
Not applicable.
Property Value
The DataGridViewRow that represents the row containing the current cell, or a null reference (Nothing in Visual Basic) if there is no current cell.To change the current row, you must set the CurrentCell property to a cell in the desired row.
Windows 98, Windows Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.