DataGridViewCell.GetValue(Int32) メソッド

定義

セルの値を取得します。

protected:
 virtual System::Object ^ GetValue(int rowIndex);
protected virtual object GetValue (int rowIndex);
abstract member GetValue : int -> obj
override this.GetValue : int -> obj
Protected Overridable Function GetValue (rowIndex As Integer) As Object

パラメーター

rowIndex
Int32

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

戻り値

Object

DataGridViewCell に格納されている値。

例外

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

セルの DataGridView プロパティの値が null でなく、ColumnIndex プロパティの値が 0 未満です。これは、セルが行ヘッダーのセルであることを示しています。

注釈

メソッドを GetValue 取得 DataGridViewCellするために使用した行インデックスを渡します。 パラメーターにはプロパティrowIndexRowIndex使用しないでください。 行が共有されている場合、 RowIndex -1 は有効な値 rowIndexではありません。

適用対象

こちらもご覧ください