How to add content to google doc table cell in c#
问题 I'm trying to insert a 3x3 table into a google doc and then text into the table cells using c#. I came across this thread which helped me get the table added and at least get some text in one of the cells. The answer in that thread said to add 4 to the startindex of the newly created table. I did that and all of my text was just added to the 2nd cell of the first row. You can see from my code below that in the for loop I'm hoping to populate each cell with some test text. So, I'm not sure why