Skip to main content
All docs
V26.1
  • CellValue.BooleanValue Property

    Gets or sets the cell Boolean value.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public bool BooleanValue { get; set; }

    Property Value

    Type Description
    Boolean

    The Boolean cell value. Internally, true maps to 1 and false maps to 0.

    Remarks

    Use the CellValue.IsBoolean property to determine whether the cell value is Boolean.

    See Also