Skip to main content

XlValueObject.IsBoolean Property

Gets whether the object originates from the value of the boolean type.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool IsBoolean { get; }

Property Value

Type Description
Boolean

true, if the object has a boolean value; otherwise, false.

Remarks

Use the XlValueObject.BooleanValue to get the Boolean value of the object.

See Also