Skip to main content
A newer version of this page is available. .

XlVariantValue.ErrorValue Property

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

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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