Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / Reason Enumeration


In This Topic
    Reason Enumeration
    In This Topic
    Represents the category of the result.
    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