2.2.11.2.2.2.3 Boolean Values

A value that represents a Boolean value is specified as a PtgBool parse token. The Value property is either "FALSE" or "TRUE", the Unit is equal to "BOOL" or does not exist, and the Dimension property is zero. It does not have a Currency property.

When stored in a Cell_Type element, the Value of an operand token is converted to zero or one, where zero represents "FALSE" and one represents "TRUE", and is stored in the V attribute.

Other tokens can also represent a Boolean value according to the conversion specified in the vBoolean custom input type.