XlVariantValue.ErrorValue Property
In This Article
Gets or sets the cell error stored by the XlVariantValue object.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public IXlCellError ErrorValue { get; set; }
#Property Value
Type | Description |
---|---|
IXl |
An object implementing the IXl |
#Remarks
Use the XlVariantValue.IsError or XlVariantValue.Type property to check whether the specified value is of the error type.
See Also