InsertRowsBelow in TRichView

General TRichView support forum. Please post your questions here
Post Reply
mouse5312
Posts: 3
Joined: Fri Mar 31, 2006 2:54 pm

InsertRowsBelow in TRichView

Post 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?
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Call RichView.Format after modifications.
Post Reply