[RTF Format] - about tables and Pictures

Joined
Jul 24, 2013
Messages
1
Reaction score
0
i'm updating the normal RichTextBox and give it a new tools.

heres the code that i use for insert a table:

"\par "
doing a row:
"\trowd \trqc\trgaph108\trqc\trrh5000\trleft36"

and a cell:
"\clbrdrt\brdrdb\brdrsh\brdrs\clbrdrr\brdrdb\cellx200"
and close the row:
"\pard\intbl \row "
and close all:
"\pard"
my problem is with:
"\trrh5000" command, because is ignored:(
i know that command is for change the row height, but don't works:(
what i need is write a text inside of cell with several lines. what is wrong with my command?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top