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
TFileXLS
Re: TFileXLS
What means ?
Change cell properties or programmatically enter text with a line break ?break within a cell
-
- Posts: 125
- Joined: Tue Mar 20, 2007 3:13 pm
Re: TFileXLS
Hi Natter,
Enter text, by programming, with a line break.
regards
Enter text, by programming, with a line break.
regards
Re: TFileXLS
Cell property .WrapText = .T.
.value:={"Text"+chr(10)+"text"}
.value:={"Text"+chr(10)+"text"}