Back to Devexpress

IXlCellError Interface

corelibraries-devexpress-dot-export-dot-xl-2452560e.md

latest1.6 KB
Original Source

IXlCellError Interface

Contains information about a cell error.

Namespace : DevExpress.Export.Xl

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public interface IXlCellError
vb
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

IXlCellError Members

DevExpress.Export.Xl Namespace