T
Thierry Marneffe
Hello
Using Visual C++
I'm using ConvertToTable to build a Word Table from a string where separator
is the tab... Working fine ..
Ex: Data1\tData2\tData3\t ...
gives one table with several rows and 3 colums
| Data1 | Data2 | Data3 |
| Data1 | Data2 | Data 3|
What I'd like to do is adding several lines in some cells as this
| Data1 | Data2 | Data3 |
Data2'
Data2''
| Data1 | Data2 | Data 3 |
I tried to do it by inserting \n in the code of the cell as this
Data1\tData2\nData2'\nData2''\tData3\t ... but Word interprets \n as a new
row, not a new line on the cell of the current row ..
Also, how can I force Word to make a fit according to the Header size ...
Thanks for your help
Thierry
Using Visual C++
I'm using ConvertToTable to build a Word Table from a string where separator
is the tab... Working fine ..
Ex: Data1\tData2\tData3\t ...
gives one table with several rows and 3 colums
| Data1 | Data2 | Data3 |
| Data1 | Data2 | Data 3|
What I'd like to do is adding several lines in some cells as this
| Data1 | Data2 | Data3 |
Data2'
Data2''
| Data1 | Data2 | Data 3 |
I tried to do it by inserting \n in the code of the cell as this
Data1\tData2\nData2'\nData2''\tData3\t ... but Word interprets \n as a new
row, not a new line on the cell of the current row ..
Also, how can I force Word to make a fit according to the Header size ...
Thanks for your help
Thierry