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?
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?