XmlNamespaces._Default Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
ReadOnly Default Property _Default ( _
    Index As Object _
) As XmlNamespace
    Get
'Usage
Dim instance As XmlNamespaces
Dim Index As Object
Dim value As XmlNamespace

value = instance(Index)
XmlNamespace this[
    Object Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Interop.Excel.XmlNamespace

See Also

Reference

XmlNamespaces Interface

XmlNamespaces Members

Microsoft.Office.Interop.Excel Namespace