DataGridView.DataGridViewTopRowAccessibleObject.GetChild(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回對應到指定索引的可存取子物件。
public:
override System::Windows::Forms::AccessibleObject ^ GetChild(int index);
public override System.Windows.Forms.AccessibleObject GetChild (int index);
public override System.Windows.Forms.AccessibleObject? GetChild (int index);
override this.GetChild : int -> System.Windows.Forms.AccessibleObject
Public Overrides Function GetChild (index As Integer) As AccessibleObject
參數
- index
- Int32
可存取子系的以零起始的索引。
傳回
AccessibleObject,表示位在指定索引上的資料行行首。
例外狀況
未設定 Owner 屬性。
index
小於 0。
備註
代表資料行標頭的子可存取物件順序會對應至 DisplayIndex 資料行的屬性。