Make row 1, column 3 use red foreground color.
if rownum eq 1 then do;
  call send(gddvecid, '_setIndex', 3);
  call send(gddvecid, '_setColor', 'RED');
end;