XlValueObject.ErrorValue Property
Converts the object’s value to cell error type and returns the result.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
IXlCellError | An object that contains information on a cell error. |
Remarks
To determine whether the value is of the error type, use the IsError property.
For more information on cell values, refer to the Cell Data Types and Cell Error Types documents.
See Also