Back to Devexpress

ErrorValueInfo.Name Property

officefileapi-devexpress-dot-spreadsheet-dot-errorvalueinfo-49971666.md

latest2.5 KB
Original Source

ErrorValueInfo.Name Property

Returns the error name displayed in the cell.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
string Name { get; }
vb
ReadOnly Property Name As String

Property Value

TypeDescription
String

A string that represents the error name.

|

Remarks

If a cell contains a formula that cannot be calculated correctly, this cell displays an error. In this case, the cell value‘s CellValue.IsError property returns true and the CellValue.ErrorValue property returns the ErrorValueInfo object that provides information on the error that occurred in the cell. The Name property gets the error name (error code) that is displayed in the cell, the ErrorValueInfo.Description property gets the description of the error cause, and the ErrorValueInfo.Type property gets the error type.

The Error Types document provides the full list of all possible errors that can occur in cell formulas.

See Also

Description

Type

Error Types

Cell Data Types

ErrorValueInfo Interface

ErrorValueInfo Members

DevExpress.Spreadsheet Namespace