[]
Removes a child of this C1HtmlElement.
public bool Remove(C1HtmlNode child)
Public Function Remove(child As C1HtmlNode) As Boolean
| Type | Name | Description |
|---|---|---|
| C1HtmlNode | child | The child to remove from this C1HtmlElement. |
| Type | Description |
|---|---|
| bool | Returns whether a child was removed. |