Share via


XmlNamespaces.Value Property

Excel Developer Reference

Returns a String value that represents the XML namespaces that have been added to the workbook.

Syntax

expression.Value

expression   A variable that represents a XmlNamespaces object.

Remarks

If the workbook contains more than one namespace, then the namespaces are seperated by a blank space in the string returned by the Value property.

See Also