_Application.ArbitraryXMLSupportAvailable Property

Returns a Boolean value that indicates whether the XML features in Microsoft Excel are available.

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

Syntax

'Declaration
ReadOnly Property ArbitraryXMLSupportAvailable As Boolean
    Get
'Usage
Dim instance As _Application
Dim value As Boolean

value = instance.ArbitraryXMLSupportAvailable
bool ArbitraryXMLSupportAvailable { get; }

Property Value

Type: System.Boolean

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

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace