Back to Devexpress

CellValue.BooleanValue Property

officefileapi-devexpress-dot-spreadsheet-dot-cellvalue-af20ffb6.md

latest2.0 KB
Original Source

CellValue.BooleanValue Property

Returns a Boolean value contained in a cell.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public bool BooleanValue { get; }
vb
Public ReadOnly Property BooleanValue As Boolean

Property Value

TypeDescription
Boolean

A Boolean value.

|

Remarks

Use the BooleanValue property to obtain the boolean value contained in a cell. To check whether the cell value is of the boolean type, use the CellValue.IsBoolean or CellValue.Type property.

For more information on cell values, refer to the Cell Data Types document.

See Also

IsBoolean

DateTimeValue

TextValue

NumericValue

ErrorValue

Cell Data Types

CellValue Class

CellValue Members

DevExpress.Spreadsheet Namespace