Spread ASP.NET 6.0 Product Documentation
ExcelWarningCode Enumeration
See Also  Send Feedback
FarPoint.Excel Assembly > FarPoint.Excel Namespace : ExcelWarningCode Enumeration


Glossary Item Box

Specifies the warnings codes returned in the Code property of ExcelWarning.

Syntax

Visual Basic (Declaration) 
Public Enum ExcelWarningCode 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As ExcelWarningCode
C# 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.