Cell.IsErrorValue

Cell.IsErrorValue property

Checks if the value of this cell is an error.

public bool IsErrorValue { get; }

Remarks

Also applies to formula cell to check whether the calculated result is an error.

See Also