Tandaan
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o baguhin ang mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Represents the collection of XmlMap objects that have been added to a workbook.
Example
Use the Add method to add an XML map to a workbook.
Sub AddXmlMap()
Dim strSchemaLocation As String
strSchemaLocation = "https://example.microsoft.com/schemas/CustomerData.xsd"
ActiveWorkbook.XmlMaps.Add strSchemaLocation, "Root"
End Sub
Methods
Properties
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.