CellError Enum

Represents errors that can occur during formula evaluation in a spreadsheet.

Namespace: Radzen.Documents.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public enum CellError

Fields

Name Description
Value Indicates a value error, such as type mismatch or invalid argument.
Div0 Indicates a division by zero error.
Ref Indicates an invalid cell reference error, such as referencing a cell that does not exist.
Name Indicates an invalid name error, such as using an undefined function or variable name.
Num Indicates an invalid number error, such as using a number that is too large or too small for the context.
NA Indicates that a value is not available, such as when a formula cannot return a result.
Circular Indicates a circular reference error, which occurs when a formula refers back to its own cell either directly or indirectly.
In This Article
An error has occurred. This app may no longer respond until reloaded. Reload 🗙