View Single Post
 
Old 07-24-2013, 01:17 PM
cambalinho cambalinho is offline Windows 7 32bit Office 2007
Novice
 
Join Date: Jul 2013
Posts: 1
cambalinho is on a distinguished road
Default [Rich Text Format] - about tables and pictures

i have 1 RTF code for create rows and cells:

starting a paragraph:
Code:
"\par "
creating a row:
Code:
"\trowd \trqc\trgaph108\trqc\trrh1000\trleft36"
creating a cell:
Code:
"\clbrdrt\brdrdb\brdrsh\brdrs\clbrdrr\brdrdb\cellx"
close cells and rows:
Code:
"\pard\intbl \row \pard"
my problem is the "\trrh1000" command. because is ignored and deleted in a textbox.
can anyone advice me for put more than 1 line(or after click in enter key)?
i'm trying doing these but i can't find the right information
Reply With Quote