center align column title

Hi,

Is it possible to custom align the column header text to be either center/left or right align, is it possible to do that from xml?

I am using the following in my column definition,

with the above, the values in the column are center, but the title of the column in the header, does is not centered.
-Thanks

You can use following code:

<column...><![CDATA[<div align="center"></div>]]></column>