ActiveXLS v6.4.0 API Documentation

ActiveXLS.Constants
Class ErrorType

System.Object
  extended byActiveXLS.Constants.ErrorType

public class ErrorType
extends System.Object

This class contains the constants for possible errors.


Constant Summary
const int DIV0
          Division by zero.
const int NA
          Argument or function not available.
const int NAME
          Wrong function or range name.
const int NULL
          Intersection of two cell ranges is empty.
const int NUM
          Value range overflow.
const int REF
          Illegal or deleted cell reference.
const int VALUE
          Wrong type of operand.
 
Constructor Summary
ErrorType()
           
   

Constant Detail

NULL

public const int NULL
Intersection of two cell ranges is empty. Embedded value is "0".

See Also:
Constant Values

DIV0

public const int DIV0
Division by zero. Embedded value is "7".

See Also:
Constant Values

VALUE

public const int VALUE
Wrong type of operand. Embedded value is "15".

See Also:
Constant Values

REF

public const int REF
Illegal or deleted cell reference. Embedded value is "23".

See Also:
Constant Values

NAME

public const int NAME
Wrong function or range name. Embedded value is "29".

See Also:
Constant Values

NUM

public const int NUM
Value range overflow. Embedded value is "36".

See Also:
Constant Values

NA

public const int NA
Argument or function not available. Embedded value is "42".

See Also:
Constant Values
Constructor Detail

ErrorType

public ErrorType()

Copyright 2009 On Time Computing Solutions