Click or drag to resize
HtmlNodeCollectionGetNodeIndex Method
Get index of node

Namespace: WorkflowGen.My.HtmlAgilityPack
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public int GetNodeIndex(
	HtmlNode node
)

Parameters

node
Type: WorkflowGen.My.HtmlAgilityPackHtmlNode

Return Value

Type: Int32
See Also