Skip to main content

IXlCellError Interface

Contains information about a cell error.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public interface IXlCellError

The following members return IXlCellError objects:

Remarks

Use the XlVariantValue.ErrorValue property to get information about a cell error stored by the specified XlVariantValue instance.

The IXlCellError.Type property returns the error type, the IXlCellError.Name property gets the error name as it is displayed in a cell, and the IXlCellError.Description property provides the description of the error’s cause.

See Also