2.4.677 BrtFmlaBool

The BrtFmlaBool record specifies a cell that contains a formula (section 2.2.2) of which the most recent evaluation resulted in a Boolean value.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

cell

...

bBool

grbitFlags

formula (variable)

...

cell (8 bytes): A Cell (section 2.5.10) that specifies the cell that contains this formula.

bBool (1 byte): A Boolean value to which the formula is evaluated.

Value

Meaning

0x00

False

0x01

True

grbitFlags (2 bytes): A GrbitFmla (section 2.5.70) that specifies additional formula data.

formula (variable):  A CellParsedFormula (section 2.5.98.4) that specifies the formula stored in this cell.