Quote:
Originally Posted by Charles Kenyon
The thing is, your sample problem table does not have four columns nor five columns, it has both.
I think your code is going to have to go row-by-row, at least for hybrid tables.
|
Solved!
I just added the following sentense:
aTable.Rows.LeftIndent = CentimetersToPoints(0)
Thanks!!!