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

IXlCellError Interface

Contains information about a cell error.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

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