DataGridViewRowCollection::GetRowsHeight Method (DataGridViewElementStates)
.NET Framework (current version)
Returns the cumulative height of the DataGridViewRow objects 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 cumulative height 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: