DataGridViewRow::GetState Method (Int32)
.NET Framework (current version)
Returns a value indicating the current state of the row.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- rowIndex
-
Type:
System::Int32
The index of the row.
Return Value
Type: System.Windows.Forms::DataGridViewElementStatesA bitwise combination of DataGridViewElementStates values indicating the row state.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The row has been added to a DataGridView control, but the rowIndex value is not in the valid range of 0 to the number of rows in the control minus 1. |
| ArgumentException | The row is not a shared row, but the rowIndex value does not match the row's Index property value. -or- The row has not been added to a DataGridView control, but the rowIndex value does not match the row's Index property value. |
.NET Framework
Available since 2.0
Available since 2.0
Show: