DataGridViewRowHeaderCell::GetValue Method (Int32)
.NET Framework (current version)
Gets the value of the cell.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- rowIndex
-
Type:
System::Int32
The index of the cell's parent row.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value of the DataGridView property of the cell is not null and rowIndex is less than -1 or greater than or equal to the number of rows in the parent DataGridView. |
A rowIndex value of -1 indicates a shared row.
.NET Framework
Available since 2.0
Available since 2.0
Show: