DataGridView.CurrentRow プロパティ

定義

現在のセルを格納している行を取得します。

public:
 property System::Windows::Forms::DataGridViewRow ^ CurrentRow { System::Windows::Forms::DataGridViewRow ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.DataGridViewRow CurrentRow { get; }
[<System.ComponentModel.Browsable(false)>]
member this.CurrentRow : System.Windows.Forms.DataGridViewRow
Public ReadOnly Property CurrentRow As DataGridViewRow

プロパティ値

DataGridViewRow

現在のセルを格納している行を表す DataGridViewRow。現在のセルがない場合は null

属性

注釈

現在の行を変更するには、目的の行の CurrentCell セルにプロパティを設定する必要があります。

適用対象

こちらもご覧ください