InsertRowsBelow in TRichView
Posted: Sun Apr 02, 2006 9:27 pm
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?
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?