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.