_Workbook.XmlNamespaces Property

Returns an XmlNamespaces collection that represents the XML namespaces contained in the specified workbook. Read-only.

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

Syntax

'Declaration
ReadOnly Property XmlNamespaces As XmlNamespaces
    Get
'Usage
Dim instance As _Workbook
Dim value As XmlNamespaces

value = instance.XmlNamespaces
XmlNamespaces XmlNamespaces { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.XmlNamespaces

Remarks

XML features, except for saving files in the XML Spreadsheet format, are available only in Microsoft Office Professional Edition 2003 and Microsoft Office Excel 2003.

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace