Represents an error value in Microsoft Excel.
Inheritance
object
Properties
Section titled "Properties"ArgumentOrFunctionNotAvailable
Section titled "ArgumentOrFunctionNotAvailable"Gets the ErrorValue representing the #N/A error.
public static ErrorValue ArgumentOrFunctionNotAvailable { get; } Circularity
Section titled "Circularity"Gets the ErrorValue representing a circularity error.
public static ErrorValue Circularity { get; } DivisionByZero
Section titled "DivisionByZero"Gets the ErrorValue representing the #DIV/0! error.
public static ErrorValue DivisionByZero { get; } EmptyCellRangeIntersection
Section titled "EmptyCellRangeIntersection"Gets the ErrorValue representing the #NULL! error.
public static ErrorValue EmptyCellRangeIntersection { get; } InvalidCellReference
Section titled "InvalidCellReference"Gets the ErrorValue representing the #REF! error.
public static ErrorValue InvalidCellReference { get; } ValueRangeOverflow
Section titled "ValueRangeOverflow"Gets the ErrorValue representing the #NUM! error.
public static ErrorValue ValueRangeOverflow { get; } WrongFunctionName
Section titled "WrongFunctionName"Gets the ErrorValue representing the #NAME? error.
public static ErrorValue WrongFunctionName { get; } WrongOperandType
Section titled "WrongOperandType"Gets the ErrorValue representing the #VALUE! error.
public static ErrorValue WrongOperandType { get; } Methods
Section titled "Methods"ToString()
Section titled "ToString()"Gets the string representation of the error value.
public override string ToString()