XmlMap.ShowImportExportValidationErrors Property
Returns or sets whether to display a dialog box that details schema-validation errors when data is imported or exported through the specified XML schema map. The default value is False. Read/write Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property ShowImportExportValidationErrors As Boolean
Get
Set
'Usage
Dim instance As XmlMap
Dim value As Boolean
value = instance.ShowImportExportValidationErrors
instance.ShowImportExportValidationErrors = value
bool ShowImportExportValidationErrors { get; set; }
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.