| GrapeCity.Excel Namespace : ExcelWarningCode Enumeration | 
'Declaration Public Enum ExcelWarningCode Inherits System.Enum
'Usage Dim instance As ExcelWarningCode
public enum ExcelWarningCode : System.Enum
| Member | Description | 
|---|---|
| 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 | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.ExcelWarningCode
Target Platforms: Windows Server 2012, Windows RT