Spread Windows Forms 9.0 Product Documentation
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

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

FarPoint.Excel Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.