Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelWarningCode Enumeration


In This Topic
    ExcelWarningCode Enumeration
    In This Topic
    Specifies the warnings codes returned in the Code property of ExcelWarning.
    Syntax
    'Declaration
     
    
    Public Enum ExcelWarningCode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ExcelWarningCode
    public enum ExcelWarningCode : System.Enum 
    Members
    MemberDescription
    CannotOpenThe Excel file cannot be opened. See the warning message for more information.
    CannotOpenPasswordProtectThe Excel file cannot be opened because it is password protected.
    ExcelNotSupportChartTypeThe specified ChartType is not supported in Excel file.
    ExcelSheetNameErrorThe specified Excel sheet name is not supported in specified Excel file
    FormulaElementExceedsExcelLimitsA value in this formula exceeds an Excel limit.
    FormulaElementNotFoundThe referenced formula element cannot be found.
    FormulaElementNotSupportedThe formula element is currently not supported by Spread.
    FormulaErrorNotifyFarPointThere is an unforeseen error. Please contact FarPoint with this information.
    GeneralGeneral warning.
    IncorrectPasswordThe specified password is incorrect.
    SpreadNotSupportChartTypeThe specified ChartType is not supported in Spread.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Excel.ExcelWarningCode

    See Also