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

XlVariantValue.IsEmpty Property

Gets whether the current XlVariantValue object has an empty value.

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public readonly 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