Make row 1, column 4 use green background color.
if rownum eq 1 then do;
  call send(gddvecid, '_setIndex', 4);
  rc = insertn(collst, 4, -1);
  call send(gddvecid, '_setBackgroundColor',
           'GREEN');
end;