DataGridViewImageCell.GetValue(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得儲存格的值。
protected:
override System::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 中所包含的值。