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