XlVariantValue.ErrorValue Property
Gets or sets the cell error stored by the XlVariantValue object.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
| Type | Description |
|---|---|
| IXlCellError | An object implementing the IXlCellError interface that contains information on a cell error. |
Remarks
Use the XlVariantValue.IsError or XlVariantValue.Type property to check whether the specified value is of the error type.
See Also