2
Answers

Excel - can't align column content to Center

Pavel

Pavel

12y
7.4k
1
Hello,

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.


Answers (2)