Skip to main content

XlVariantValue.ErrorValue Property

Gets or sets the cell error stored by the XlVariantValue object.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public IXlCellError ErrorValue { get; set; }

Property Value

Type Description
IXlCellError

An object implementing the IXlCellError interface that contains information on a cell error.

Remarks

Use the XlVariantValue.IsError or XlVariantValue.Type property to check whether the specified value is of the error type.

See Also