DataGridViewRowCollection::GetRowCount Method (DataGridViewElementStates)
.NET Framework (current version)
Returns the number of DataGridViewRow objects in the collection that meet 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 number of DataGridViewRow objects in the DataGridViewRowCollection that have the attributes specified by includeFilter.
| Exception | Condition |
|---|---|
| ArgumentException | includeFilter is not a valid bitwise combination of DataGridViewElementStates values. |
.NET Framework
Available since 2.0
Available since 2.0
Show: