BOOLERR: Cell Value, Boolean or Error (05h)

A BOOLERR record describes a cell that contains a constant Boolean or error value. The rw field contains the zero-based row number. The col field contains the zero-based column number.

Record Data

Offset
Name
Size
Contents
0 rw 2 Row
2 col 1 Column
3 ixfe 2 Index to XF record
5 bBoolErr 1 Boolean value or error value
6 fError 1 Boolean error flag

Parameters

bBoolErr
Contains the Boolean or error value, as specified by the fError field.
fError
If set to 0 (zero), the bBoolErr field contains a Boolean value. If set to 1 (one), the bBoolErr field contains an error value.