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

includeFilter で指定された属性を持つ最後の DataGridViewRow のインデックス。行が見つからない場合は、-1。

例外

includeFilter は、DataGridViewElementStates 値のビットごとの正しい組み合わせではありません。

適用対象

こちらもご覧ください