Skip to main content

XlVariantValue.IsError Property

Gets whether the current XlVariantValue object contains an error.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool IsError { get; }

Property Value

Type Description
Boolean

true, if the current value is of the error type; otherwise, false

Remarks

You can also use the XlVariantValue.Type property to obtain the value type. This property returns XlVariantValueType.Error, if a value is an error.

Use the XlVariantValue.ErrorValue property to get information on an error stored by the XlVariantValue object.

See Also