XlVariantValue.ErrorValue Property
Gets or sets the cell error stored by the XlVariantValue object.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
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