How to Add string with right alignment
Posted: Mon Oct 03, 2005 6:57 am
I want to add string into the table. And I need to set a proper alignment. I do it this way:
As you see, ParaNo differs from -1, that's why my string is placed on the next line and the first line is empty. But how to place my string on the first line with proper alignment?
Code: Select all
table.Cells[2,1].AddNL('My string',1,0);