Hello,
I have a case where I would like to enter 2 lines in 1 single line in a cell.
This is supported by Excel if you hit ALT+ENTER
However, I cannot find how to generate that behavior with Spire...
So far I tried with \n and \r\n but it failed.
Any idea?
Thanks