View::SelectNodes method
Office 2013 and later
Selects a range of nodes in a view.
| Name | Description | |
|---|---|---|
|
SelectNodes(XPathNavigator) | Selects a range of nodes in a view based on the specified starting XML node. |
|
SelectNodes(XPathNavigator, XPathNavigator) | Selects a range of nodes in a view based on the specified starting XML node and ending XML node. |
|
SelectNodes(XPathNavigator, XPathNavigator, String) | Selects a range of nodes in a view based on the specified starting XML node, the ending XML node, and the specified control. |
Show: