Spread Windows Forms 12.0 Product Documentation
ExcelExceptionCode Enumeration


FarPoint.Excel Assembly > FarPoint.Excel Namespace : ExcelExceptionCode Enumeration
Specifies the values for ExcelException that can be retrieved by accessing the Code property of an ExcelException object.
Syntax
'Declaration
 
Public Enum ExcelExceptionCode 
   Inherits System.Enum
'Usage
 
Dim instance As ExcelExceptionCode
public enum ExcelExceptionCode : System.Enum 
Members
MemberDescription
BiffStreamErrorThis stream is not a BIFF-formatted Excel file.
CreateStreamErrorThe specified stream cannot be created. Check HRESULT for more information.
ExcelSheetIndexOutOfRangeThe specified Excel sheet index is outside of the allowable range for the specified Excel file.
ExcelSheetNameErrorThe specified Excel sheet name is not supported in specified Excel file
ExcelSheetNameNotFoundThe specified Excel sheet name is not in the specified Excel file.
FailedOnFileOpenThe file cannot be opened. Check HRESULT for more information.
IncorrectPasswordThe specified password is incorrect.
NotStructuredStorageThis file is not a structured storage file.
SharingViolationThere is a sharing violation error when trying to open this file.
SpreadSheetIndexOutOfRangeThe specified Spread sheet index is out of range.
SpreadSheetNameNotFoundThe specified Spread sheet name cannot be found.
UnknownThere is an unknown error. Check HRESULT for more information.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Excel.ExcelExceptionCode

See Also

Reference

FarPoint.Excel Namespace