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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2