HtmlNodeCollectionAdd(HtmlNodeItem) Method
Add an existing HtmlNodeItem to the Collection.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public void Add(
HtmlNodeItem value
)
Public Sub Add (
value As HtmlNodeItem
)
No code example is currently available or this language may not be supported.
Parameters
- value HtmlNodeItem
-
The HtmlNodeItem Item to add to the Collection.