XPath Object
Represents an XPath that has been mapped to a Range or ListColumn object.
Remarks
Note XML features, except for saving files in the XML Spreadsheet format, are available only in Microsoft Office Professional Edition 2003 and Microsoft Office Excel 2003.
Example
Use the SetValue method to map an XPath to a range or list column. The SetValue method is also used to change the properties of an existing XPath.
The following example creates an XML list based on the "Contacts" schema map that is attached to the workbook, then uses the SetValue method to bind each column to an XPath.
Use the Clear method to remove an XPath that has been mapped to a range or list column.
| Visual Basic for Applications |
|---|
|