The PV Get cell boolean value command returns the cell value set by column and row as a Boolean. To translate it to a 4D Boolean, use the theBooleen:=(Result=1) instruction.
If the PV Get cell boolean value command is used with a non-Boolean type cell, it returns 0.
Refer to the example for the PV SET CELL BOOLEAN VALUE command.