XmlMap.IsExportable Property
Returns True if Microsoft Excel can use the XPath objects in the specified schema map to export XML data and if all XML lists mapped to the specified schema map can be exported. Read-only Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property IsExportable As Boolean
Get
'Usage
Dim instance As XmlMap
Dim value As Boolean
value = instance.IsExportable
bool IsExportable { 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.