Represents an error value in Microsoft Excel.

Inheritance

object

Gets the ErrorValue representing the #N/A error.

public static ErrorValue ArgumentOrFunctionNotAvailable { get; }

Gets the ErrorValue representing a circularity error.

public static ErrorValue Circularity { get; }

Gets the ErrorValue representing the #DIV/0! error.

public static ErrorValue DivisionByZero { get; }

Gets the ErrorValue representing the #NULL! error.

public static ErrorValue EmptyCellRangeIntersection { get; }

Gets the ErrorValue representing the #REF! error.

public static ErrorValue InvalidCellReference { get; }

Gets the ErrorValue representing the #NUM! error.

public static ErrorValue ValueRangeOverflow { get; }

Gets the ErrorValue representing the #NAME? error.

public static ErrorValue WrongFunctionName { get; }

Gets the ErrorValue representing the #VALUE! error.

public static ErrorValue WrongOperandType { get; }

Gets the string representation of the error value.

public override string ToString()

Returns any