apple script making pictures/graphics in microsoft word table

Dear apple friends ,

I am writing script to dynamically takes the files of folder which contain the png files . As per the requirement each cell of the table has to contain the graphics of any file . Just please suggest the syntax or what property of the cell has to fixed to import the graphics file in cell.The general syntax for creating a graphics from a file in word document is :

tell application “Microsoft Word”
set my_doc to active document
make new picture at my_doc with properties {file name:graphics_file, link to file:true, save with document:true}
end tell

and manully it is done by :
ms word document : menu bar → insert → insert picture → from file

Any help in this problem will be great help for me.

tanks in advance .

best regards

krishna