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

IXlCellError.Description Property

Gets the description of the cell error.

Namespace: DevExpress.Export.Xl

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

Declaration

string Description { get; }

Property Value

Type Description
String

A string that represents the error description.

Remarks

The Description property allows you to get the description of the error’s cause. Use the IXlCellError.Type property to obtain the error type, and the IXlCellError.Name property to get the error code as it’s displayed in a cell.

See Also