For aligning column content to Center I use following command:
myExcelWorksheet.Columns[
"X:Z"].HorizontalAlignment = HorizontalAlignment.Center;
Unfortunately it doesn't work - the cell content remains aligned to the Left.
Surprisingly for Right alignement the same command works !
What could be workaround ?
Regards.
Pavel.

VulpesPosted Oct 2, 2012, 10:22 AM
PavelPosted Oct 3, 2012, 7:18 AM