DataGridViewRowCollection.GetLastRow(DataGridViewElementStates) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
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.