XmlNamespaces.Value Property

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Value As String
    Get
'Usage
Dim instance As XmlNamespaces
Dim value As String

value = instance.Value
string Value { get; }

Property Value

Type: System.String

Remarks

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

See Also

Reference

XmlNamespaces Interface

XmlNamespaces Members

Microsoft.Office.Interop.Excel Namespace