Make row 6, column 1 have new text.
if rownum eq 6 then do;
  call send(gddvecid, '_setIndex', 1);
  call send(gddvecid, '_setText', 'newtext');
end;