Page 1 of 1

InsertRowsBelow in TRichView

Posted: Sun Apr 02, 2006 9:27 pm
by mouse5312
Is it possible to insert a row below the table in TRichView?
I can't use BeginItemModify/EndItemModify.

I tried:
table->Select(3,0,1,1); //First cell in last row.
table->InsertRowsBelow(1);
But this doesn't work. What does work?

Posted: Mon Apr 03, 2006 7:43 am
by Sergey Tkachenko
Call RichView.Format after modifications.