TFileXLS

Post Reply
oliveiros junior
Posts: 125
Joined: Tue Mar 20, 2007 3:13 pm

TFileXLS

Post by oliveiros junior »

Hey guys,

This is a query about TFileXLS. How do I force the text to break within a cell.

+------------------------------+------------------------------+-------------------------------------+
| XXXXXXXXXXXXXXXXXX | ............................. |.................................... |
| XXXXXXXXXXXXXXXXXX | ............................. |.................................... |
+------------------------------+------------------------------+-------------------------------------+
| .............................|............................. |.................................... |
+------------------------------+------------------------------+-------------------------------------+

Thank you in advance for your help.

Oliveiros Junior
Natter
Posts: 1226
Joined: Mon May 14, 2007 9:49 am

Re: TFileXLS

Post by Natter »

What means ?
break within a cell
Change cell properties or programmatically enter text with a line break ?
oliveiros junior
Posts: 125
Joined: Tue Mar 20, 2007 3:13 pm

Re: TFileXLS

Post by oliveiros junior »

Hi Natter,

Enter text, by programming, with a line break.

regards
Natter
Posts: 1226
Joined: Mon May 14, 2007 9:49 am

Re: TFileXLS

Post by Natter »

Cell property .WrapText = .T.
.value:={"Text"+chr(10)+"text"}
oliveiros junior
Posts: 125
Joined: Tue Mar 20, 2007 3:13 pm

Re: TFileXLS

Post by oliveiros junior »

Thanks Natter.
Post Reply