How to make a vertical header in one column?

How to make a vertical header in one column? The rest of the data, including the data in this column, is normal, horizontal. This is needed for Lazarus.
screen

TMSFNCGrid1.AddRotated(2, 0, 90, 'Column2');

This is great! Thank you very much! You should document this feature. It is not in the component help.