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

    Returns whether the current value type is Boolean.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public bool IsBoolean { get; }

    Property Value

    Type Description
    Boolean

    true if the cell stores a Boolean value; otherwise, false.

    Remarks

    Use the CellValue.BooleanValue property to assign a Boolean value to a cell.

    See Also