DataGridViewLinkCell.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

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

戻り値

DataGridViewCell に格納されている値。

適用対象

こちらもご覧ください