Spread Windows Forms 7.0 Product Documentation
ExcelWarningCode Enumeration
See Also  Support Options
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 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.