'Declaration
Public Enum Reason Inherits System.Enum
'Usage
Dim instance As Reason
public enum Reason : System.Enum
'Declaration
Public Enum Reason Inherits System.Enum
'Usage
Dim instance As Reason
public enum Reason : System.Enum
Member | Description |
---|---|
CompoundFile | The XLS file format is not supported. |
CorruptedFile | The file structure is corrupted. |
ExistedName | There is a workbook with the same name in the workbook set. |
General | Unspecifed reason. |
IncorrectPassword | The password is not correct. |
InvalidFormat | The file format is not supported. |
MissingPassword | The password is missing. |
Success | The action is performed successfully. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.IO.OpenXml.Reason