MindFusion.Wpf Pack Programmer's Guide
ErrorType Enumeration
See Also
 





Specifies the type of error.

Namespace: MindFusion.Spreadsheet.Wpf.Expressions
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public enum ErrorType

Visual Basic  Copy Code

Public Enum ErrorType

 Members

  Member name Description

Div0

Indicates division by zero.

General

Indicates a parse error.

NA

Indicates not available.

Name

Indicates unrecognized name, such as range, function or sheet name.

None

Indicates an invalid error type.

Null

Indicates that intersection of ranges produced zero cells.

Num

Indicates failure to meet domain constraints (for example, input was too large or too small).

Ref

Indicates reference to an invalid cell (for example, beyond the application's abilities or a cell participating in a circular reference).

Value

Indicates an invalid operand type, including when range has no entry corresponding to a cell.

 See Also

MindFusion.Spreadsheet.Wpf.Expressions Namespace