ListObject::XmlMap Property
Gets an XmlMap that represents the schema map used for the list.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
The following code example displays the name of the XmlMap that is mapped to a ListObject. This example assumes that there is a ListObject named customerListObject on the current worksheet, and that the ListObject uses a schema map.
This example is for a document-level customization.
Show: