DataGridViewCell.DataGridViewCellAccessibleObject.GetChildCount 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
override int GetChildCount();
public override int GetChildCount ();
override this.GetChildCount : unit -> int
Public Overrides Function GetChildCount () As Integer
傳回
如果目前正在編輯擁有 DataGridViewCell.DataGridViewCellAccessibleObject 的 DataGridViewCell,則這個值會是 1;否則為 -1。
例外狀況
Owner 屬性的值是 null
。