DataGridViewRowCollection::GetLastRow Method (DataGridViewElementStates)
.NET Framework (current version)
Returns the index of the last DataGridViewRow that meets the specified criteria.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- includeFilter
-
Type:
System.Windows.Forms::DataGridViewElementStates
A bitwise combination of DataGridViewElementStates values.
Return Value
Type: System::Int32The index of the last DataGridViewRow that has the attributes specified by includeFilter; -1 if no row is found.
| Exception | Condition |
|---|---|
| ArgumentException | includeFilter is not a valid bitwise combination of DataGridViewElementStates values. |
.NET Framework
Available since 2.0
Available since 2.0
Show: