depois que caregar o grid tenta fazer um loop pelo total de linha do grid e pegando com parametro a coluna TRUE e FALSE
for i = 1 to me.Grid.Rows
if me.Grid.TextMatrix(i - 1, 100) = true then 'cem é a coluna que vc quer
me.Grid.TextMatrix(i - 1, 100) = "SIM"
else 'tem false entai é nao
me.Grid.TextMatrix(i - 1, 100) = "NÃO"
end if
next i
tomara q funfe............hehehe