Quote:
Originally Posted by Italophile
Probably because Column does not have a LeftPadding or RightPadding property. You’ll need to loop through the Cells collection of the column.
|
Apologies, I put the wrong code in. It should have been:
Code:
thisTable.LeftPadding = CentimetersToPoints(0.1)
thisTable.RightPadding = CentimetersToPoints(0.1)
...which I presumed would ripple down to the cell level. Is that not so?