DataGridViewRow.DataGridViewRowAccessibleObject.GetChildCount 方法

定义

返回属于辅助性对象的子对象的数量。

public:
 override int GetChildCount();
public override int GetChildCount ();
override this.GetChildCount : unit -> int
Public Overrides Function GetChildCount () As Integer

返回

Int32

属于 DataGridViewRow.DataGridViewRowAccessibleObject 的子级辅助性对象的数目与 DataGridView 中可视列的数目相对应。 如果 RowHeadersVisible 属性是 true,则 GetChildCount() 方法将 DataGridViewRowHeaderCell 计入子级辅助性对象的计数中。

例外

Owner 属性的值为 null

适用于

另请参阅