IXlCellError.Description Property
Gets the description of the cell error.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
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