Spread.Services Documentation
CalcError Enumeration
GrapeCity.Documents.Spread Namespace : CalcError Enumeration
Specifies the calculation error.
Syntax
public enum CalcError : System.Enum 
Members
MemberDescription
Div0 Occurs when a formula attempts to divide by zero.
GettingData
NA Indicates that a value is not available to a formula.
Name Occurs if Excel does not recognise a formula name or does not recognise text within a formula.
None Specifies no error.
Null Occurs when you refer to an intersection of two ranges that do not intersect.
Num Occurs when Excel encounters an invalid number.
Ref Occurs when a formula contains an invalid cell reference.
Value Occurs if one of the variables in your formula is of the wrong type (e.g. text value when a numeric value is expected).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Spread.CalcError

See Also

Reference

GrapeCity.Documents.Spread Namespace