Hi all,
I'm exporting an UltraWinGrid to Excel.
Via PrintOptions.Footer I insert Pages and some other informations.Is there a way to insert a linebreak?Something like that:
ws.PrintOptions.Footer = "<his is the text for line 1 <br> This is the text for line2 &R Page &P of &N"
Thanks!
Wow...
Can't believe that I did not think about that...
Thanks! :-)
You can use the '\n' character to insert a newline in the string.