GridViewUpdateEventArgs.RowIndex プロパティ

定義

更新される行インデックスを取得します。

public:
 property int RowIndex { int get(); };
public int RowIndex { get; }
member this.RowIndex : int
Public ReadOnly Property RowIndex As Integer

プロパティ値

Int32

更新される行のインデックス。

注釈

プロパティを RowIndex 使用して、更新する行のインデックスを決定します。 行インデックスは、多くの場合、コントロールのコレクションから対応する行をRowsGridView取得するために使用されます。これにより、行のプロパティにアクセスできます。

適用対象

こちらもご覧ください