Version

FormulaExportErrorType Enumeration

An enum listing possible errors when converting a function from the grid into Excel.
Syntax
'Declaration
 
Public Enum FormulaExportErrorType 
   Inherits System.Enum
public enum FormulaExportErrorType : System.Enum 
Members
MemberDescription
InvalidFormulaThe Excel engine reported that the formula was invalid.
InvalidReferenceThe formula contains a reference that is invalid. This could be a reference to some external object outside the grid which will not exist in the exported Excel workbook.
UnrecognizedFunctionThe formula references a function that Excel does not recognize.
UnsupportedFunctionThis function cannot be converted into an Excel function.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also