DataGridViewRowCollection.GetLastRow(DataGridViewElementStates) Метод

Определение

Возвращает индекс последней строки DataGridViewRow, удовлетворяющей указанным критериям.

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

Параметры

includeFilter
DataGridViewElementStates

Побитовое сочетание значений DataGridViewElementStates.

Возвращаемое значение

Int32

Индекс первой строки DataGridViewRow с атрибутами, заданными includeFilter. Значение -1, если строка не обнаружена.

Исключения

Параметр includeFilter не является допустимой битовой комбинацией значений DataGridViewElementStates.

Применяется к

См. также раздел