Skip to main content

XlVariantValue.IsEmpty Property

Gets whether the current XlVariantValue object has an empty value.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool IsEmpty { get; }

Property Value

Type Description
Boolean

true, if the current value is empty; otherwise, false.

Remarks

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

See Also