Skip to main content

IXlCellError.Name Property

Returns the cell error name.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

string Name { get; }

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