Sdílet prostřednictvím


DataGridViewRowCollection.GetLastRow(DataGridViewElementStates) Metoda

Definice

Vrátí index posledního DataGridViewRow , který splňuje zadaná kritéria.

public:
 int GetLastRow(System::Windows::Forms::DataGridViewElementStates includeFilter);
public int GetLastRow (System.Windows.Forms.DataGridViewElementStates includeFilter);
member this.GetLastRow : System.Windows.Forms.DataGridViewElementStates -> int
Public Function GetLastRow (includeFilter As DataGridViewElementStates) As Integer

Parametry

includeFilter
DataGridViewElementStates

Bitové kombinace DataGridViewElementStates hodnot.

Návraty

Int32

Index posledního DataGridViewRow atributu, který obsahuje atributy zadané hodnotou includeFilter; -1, pokud nebyl nalezen žádný řádek.

Výjimky

includeFilter není platná bitové kombinace DataGridViewElementStates hodnot.

Platí pro

Viz také