String wrap inside table cell

Here's the situation.
I have long string with fiew linebreak simbols '\n' but I can't show that string right way inside StringGrid cell.
Instead of geting that

*------*
| First line |
| Second line |
| Third line |
*------*

I am geting this

*------*
| First lineSecond |
| |
| |
*------*

If I put that string into Memo then linebreaks are not ingored.

I tryed to play with DrawText function but no luck :( the problem remains

I am working with Borland C++ 6 if it makes any differents
[651 byte] By [sader] at [2007-11-20 8:42:53]