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

XlVariantValue.BooleanValue Property

Gets or sets the boolean value stored by the XlVariantValue object.

Namespace: DevExpress.Export.Xl

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

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

Declaration

public bool BooleanValue { get; set; }

Property Value

Type Description
Boolean

A Boolean value.

Remarks

Use the XlVariantValue.IsBoolean or XlVariantValue.Type property to check whether the specified value is of the boolean type.

See Also