Returns the node in the tree with the specified index path (see MakeIndexPath())

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public static C1TreeNode FindByIndexPath(
	C1TreeNode root,
	string indexPath
)
Visual Basic (Declaration)
Public Shared Function FindByIndexPath ( _
	root As C1TreeNode, _
	indexPath As String _
) As C1TreeNode

Parameters

root
Type: C1.C1PrintDocument..::.C1TreeNode
The tree root
indexPath
Type: System..::.String
The index path

Return Value

The target node

See Also