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?
InsertRowsBelow in TRichView
-
- Site Admin
- Posts: 17534
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: