Click or drag to resize

HtmlNodeCollectionGetNodeIndex Method

Get index of node

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

Parameters

node
Type: WorkflowGen.My.HtmlAgilityPackHtmlNode

Return Value

Type: Int32
See Also