XlVariantValue.IsError Property
Gets whether the current XlVariantValue object contains an error.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
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