Spread WPF Documentation
ExcelWarningCode Enumeration


GrapeCity.Excel Namespace : ExcelWarningCode Enumeration
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 the workbook/worksheet is password protected.
DefinedOrCustomNameErrorFailed to read the defined name or custom name
ExcelExternSheetErrorError related to formula reference, like extern sheet, extern name etc.
FormulaErrorError related to general formula issue.
FormulaNotSupportErrorAn error indicate the formula is not supported.
GeneralGeneral warning.
IncorrectPasswordThe specified password is incorrect.
SignificantLossOfFunctionalityAn waring indicate that some functionality will be lost during saving to excel.
UnsupportedMacrosThe specified marco isn't supported.
UnsupportedRecordsThe specified record isn't supported in the current version
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.ExcelWarningCode

See Also

Reference

GrapeCity.Excel Namespace