IXlCellError.Name Property
In This Article
Returns the cell error name.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Property Value
Type | Description |
---|---|
String | A string that represents the error name. |
#Remarks
The Name property allows you to get the error name (error code) as it is displayed in a cell. Use the IXlCellError.Type property to obtain the error type, and the IXlCellError.Description property to get the description of the error cause.
See Also