Spread Windows Forms 12.0 Product Documentation
Reason Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.IO.OpenXml Namespace : Reason Enumeration
Syntax
'Declaration
 
Public Enum Reason 
   Inherits System.Enum
'Usage
 
Dim instance As Reason
public enum Reason : System.Enum 
Members
MemberDescription
CompoundFileThe XLS file format is not supported.
CorruptedFileThe file structure is corrupted.
ExistedNameThere is a workbook with the same name in the workbook set.
GeneralUnspecifed reason.
IncorrectPasswordThe password is not correct.
InvalidFormatThe file format is not supported.
MissingPasswordThe password is missing.
SuccessThe action is performed successfully.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.IO.OpenXml.Reason

See Also

Reference

GrapeCity.Spreadsheet.IO.OpenXml Namespace