IXlCellError Interface
Contains information about a cell error.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Related API Members
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