Skip to main content
A newer version of this page is available. .

XlVariantValue.IsError Property

Gets whether the current XlVariantValue object contains an error.

Namespace: DevExpress.Export.Xl

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

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