DataGridViewRowHeaderCell.GetValue(Int32) メソッド

定義

セルの値を取得します。

protected:
 override System::Object ^ GetValue(int rowIndex);
protected override object GetValue (int rowIndex);
protected override object? GetValue (int rowIndex);
override this.GetValue : int -> obj
Protected Overrides Function GetValue (rowIndex As Integer) As Object

パラメーター

rowIndex
Int32

セルの親行のインデックス。

戻り値

DataGridViewRowHeaderCell に格納されている値。

例外

セルの DataGridView プロパティの値が null ではなく、rowIndex が -1 未満か、親 DataGridView に含まれる行数以上です。

注釈

rowIndex値 -1 は、共有行を示します。

適用対象

こちらもご覧ください