GetNodeIndex Method

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Get index of node

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public int GetNodeIndex(
	HtmlNode node
)
Visual Basic
Public Function GetNodeIndex ( _
	node As HtmlNode _
) As Integer
Visual C++
public:
int GetNodeIndex(
	HtmlNode^ node
)

Parameters

node
Type: HtmlAgilityPack..::..HtmlNode

[Missing <param name="node"/> documentation for "M:HtmlAgilityPack.HtmlNodeCollection.GetNodeIndex(HtmlAgilityPack.HtmlNode)"]

Return Value

See Also