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