HtmlNodeItemRecalculateIndex Method
Recalculate the Index property of the nodes in the immediate collection
and all of their descendants.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.3112.4353
public static void RecalculateIndex(
List<HtmlNodeItem> nodes
)
Public Shared Sub RecalculateIndex (
nodes As List(Of HtmlNodeItem)
)
No code example is currently available or this language may not be supported.
Parameters
- nodes ListHtmlNodeItem
-
Reference to a collection of nodes for which the recalculation will
begin at 0.