DataGridView.DataGridViewAccessibleObject.GetChildCount 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回屬於可存取物件的子物件數目。
public:
override int GetChildCount();
public override int GetChildCount ();
override this.GetChildCount : unit -> int
Public Overrides Function GetChildCount () As Integer
傳回
屬於可存取物件的子物件數目。
備註
方法 GetChildCount 會傳回 中 DataGridView 可見資料列的數目,如果資料行行首資料列為可見,則傳回 1,而每個可見捲軸則傳回 1。 如果控制項中沒有資料行,這個方法一律會傳回 0。