Skip to main content

XlValueObject.ErrorValue Property

Converts the object’s value to cell error type and returns the result.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public IXlCellError ErrorValue { get; }

Property Value

Type Description
IXlCellError

An object that contains information on a cell error.

Remarks

To determine whether the value is of the error type, use the IsError property.

For more information on cell values, refer to the Cell Data Types and Cell Error Types documents.

See Also