Spread Windows Forms 9.0 Product 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 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

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

FarPoint.Excel Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.