Skip to content

Latest commit

 

History

History
30 lines (13 loc) · 578 Bytes

a657a760-cc52-5762-108e-2e95e9dba48f.md

File metadata and controls

30 lines (13 loc) · 578 Bytes

CustomXMLPrefixMapping Object (Office)

Represents a namespace prefix.

Example

The following example creates a CustomXMLPrefixMapping object by adding a namespace and prefix to the CustomXMLPrefixMapping collection.

Dim objNamespace As CustomXMLPrefixMapping 
 
objNamespace = CustomXMLPrefixMappings.AddNamespace("xs", "urn:invoice:namespace") 

See also

Concepts

Object Model Reference

Other resources

CustomXMLPrefixMapping Object Members