HtmlNodeCollectionRemove Method (Int32) |
Remove node at index
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public bool Remove(
int index
)
Public Function Remove (
index As Integer
) As Boolean
Parameters
- index
- Type: SystemInt32
Return Value
Type:
BooleanSee Also