| Visual Basic (Declaration) | |
|---|---|
Public Enum ExcelExceptionCode Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ExcelExceptionCode | |
| C# | |
|---|---|
public enum ExcelExceptionCode : System.Enum | |
| Member | Description |
|---|---|
| BiffStreamError | This stream is not a BIFF-formatted Excel file. |
| CreateStreamError | The specified stream cannot be created. Check HRESULT for more information. |
| ExcelSheetIndexOutOfRange | The specified Excel sheet index is outside of the allowable range for the specified Excel file. |
| ExcelSheetNameError | The specified Excel sheet name is not supported in specified Excel file |
| ExcelSheetNameNotFound | The specified Excel sheet name is not in the specified Excel file. |
| FailedOnFileOpen | The file cannot be opened. Check HRESULT for more information. |
| IncorrectPassword | The specified password is incorrect. |
| NotStructuredStorage | This file is not a structured storage file. |
| SharingViolation | There is a sharing violation error when trying to open this file. |
| SpreadSheetIndexOutOfRange | The specified Spread sheet index is out of range. |
| SpreadSheetNameNotFound | The specified Spread sheet name cannot be found. |
| Unknown | There is an unknown error. Check HRESULT for more information. |
System.Object
System.ValueType
System.Enum
FarPoint.Excel.ExcelExceptionCode
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8