Spread Windows Forms 6.0 Product Documentation
CalcError Class Members
See Also  Properties  Methods  Support Options
FarPoint.CalcEngine Assembly > FarPoint.CalcEngine Namespace : CalcError Class


Glossary Item Box

The following tables list the members exposed by CalcError.

Public Properties

 NameDescription
Public Propertystatic (Shared in Visual Basic)DivideByZeroOccurs when a formula divides by zero.  
Public Propertystatic (Shared in Visual Basic)NameOccurs when an unrecognized name is encountered.  
Public Propertystatic (Shared in Visual Basic)NotAvailableOccurs when a value is not available.  
Public Propertystatic (Shared in Visual Basic)NullOccurs when you specify an intersection of two intersections that do not intersect.  
Public Propertystatic (Shared in Visual Basic)NumberOccurs when a problem occurs with a number in a formula.  
Public Propertystatic (Shared in Visual Basic)ReferenceOccurs when a cell reference is invalid.  
Public Propertystatic (Shared in Visual Basic)ValueOccurs when the wrong type of argument or operand is used.  
Top

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)ParseConverts the string to an error.  
Public MethodToStringReturns a string representation of the error.  
Public Methodstatic (Shared in Visual Basic)TryParseConverts a string to an error.  
Top

See Also

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