Open BorisVolkan opened 2 months ago
The problem is that Table without rows and cells and at least paragraph in a cell creates broken document. So while technically it would be possible to do that, it would probably create other issues. Why can't you simply add header row content/table content normally?
There is a problem with this code:
The exception that I get i: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
Can you make the WordTable constructor accept 0 as rowCount, or handle AddRow method for this scenario.
Thank you