Skip to main content
All docs
V25.1
  • XlValueObject.IsBoolean Property

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

    Namespace: DevExpress.Export.Xl

    Assembly: DevExpress.Printing.v25.1.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