property XMLGrid.Search (What as String, [How as Variant]) as Node
Searches for a node.

TypeDescription
What as String A String being searched.
How as Variant An AutoSearchEnum expression that defines the way the control searches for the What string. If How parameter is missing, the control's AutoSearch property indicates the way the control searches for the What string.
Node A Node object being found or null if nothing is found.
The Search property searches programmatically for for a node. The AutoSearch property defines how the control's 'incremental search' works. The Search method starts searching for specific node from the current focused node. The FocusNode property specifies the control's focused node. If no result is found, the Search property returns a null object.