XlCorruptLoad Enumeration 

Specifies the processing for a file when it is opened.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Dim xlCorruptLoad1 As XlCorruptLoad = XlCorruptLoad.xlExtractData

Syntax

Public Enum XlCorruptLoad
public enum XlCorruptLoad
public enum class XlCorruptLoad
public enum XlCorruptLoad
public enum XlCorruptLoad

Members

Member name Description
xlExtractData Excel is attempting to recover the data in the workbook.
xlNormalLoad Workbook is opened normally.
xlRepairFile Excel is attempting to repair the workbook.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace