Spread Silverlight Documentation
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

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GrapeCity.Excel Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.