DataGridViewRowCollection::GetRowCount Method (DataGridViewElementStates)

 

Returns the number of DataGridViewRow objects in the collection that meet the specified criteria.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
int GetRowCount(
	DataGridViewElementStates includeFilter
)

Parameters

includeFilter
Type: System.Windows.Forms::DataGridViewElementStates

A bitwise combination of DataGridViewElementStates values.

Return Value

Type: System::Int32

The 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.

The following code example illustrates the use of this method to get the number of selected rows.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: