CellValue.BooleanValue Property
Gets or sets the cell Boolean value.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | The Boolean cell value. Internally, |
Remarks
Use the CellValue.IsBoolean property to determine whether the cell value is Boolean.
See Also