Make row 4, column 4 use .1 inch borders.
if rownum eq 4 then do;
  call send(gddvecid, '_setIndex', 4);
  call send(gddvecid, '_setBorderWidth', 'ALL',
            0.1, 'in');
end;