Click here to Skip to main content
16,012,168 members

Comments by supernatik (Top 2 by date)

supernatik 6-Jan-13 4:38am View    
Thank you for your answer, I fixed the i = 0 issue, added j.
But My original problem is creating the table inside the text box shape.
I having an exeption with the range.

Microsoft.Office.Interop.Word.Range wordRange = wordDoc.Shapes[wordShapeIndexes[id]].TextFrame.ContainingRange;
supernatik 6-Jan-13 4:30am View    
Deleted
Thanks you for your answer, but my problem is with creating the table.
Seting the table inside the text box shape.
Index 0 is for the headers.