Spread Silverlight 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
CannotOpen The Excel file cannot be opened. See the warning message for more information.
CannotOpenPasswordProtect The Excel file cannot be opened because the workbook/worksheet is password protected.
DefinedOrCustomNameError Failed to read the defined name or custom name
ExcelExternSheetError Error related to formula reference, like extern sheet, extern name etc.
FormulaError Error related to general formula issue.
FormulaNotSupportError An error indicate the formula is not supported.
General General warning.
IncorrectPassword The specified password is incorrect.
SignificantLossOfFunctionality An waring indicate that some functionality will be lost during saving to excel.
UnsupportedMacros The specified marco isn't supported.
UnsupportedRecords The 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