How can I increate height of the table which was created in word document with ole2
I am trying to increate height of the table which was created in word document with ole2.
I realy need help. Please see the following code, but it is not working.
-- Set Column Width and height
PROCEDURE SetColWidth2( hApplication1 IN OLE2.Obj_Type,
hDocuments1 IN OLE2.Obj_Type,
hDocument1 IN OLE2.Obj_Type,
hSelection1 IN OLE2.Obj_Type,
iWidth IN Number,
iError1 OUT Number,
vErrorMsg1 OUT VarChar2) IS
hApplication OLE2.Obj_Type;
hDocuments OLE2.Obj_Type;
hDocument OLE2.Obj_Type;
hSelection OLE2.Obj_Type;
V_Column Ole2.Obj_Type;
V_Args OLE2.List_Type;
iHeight CONSTANT number(5) := 320;
BEGIN