Position cursor programatically
Posted: Fri Apr 24, 2020 5:14 pm
Hi
I'm trying to re-position the cursor at the last position after a table edition.
Practically my code is similar to this:
I can (before inserting a column) retrieve the current cell position via the TRVTableInplaceEdit object but i'm unable to move my cursor to the previous position.
Is this behavior possible?
Thanks a lot fro your help.
Didier
I'm trying to re-position the cursor at the last position after a table edition.
Practically my code is similar to this:
After this the cursor is put just before the table.TRVTableItemInfo(Item).InsertColsRight(1);
RVE.Format;
I can (before inserting a column) retrieve the current cell position via the TRVTableInplaceEdit object but i'm unable to move my cursor to the previous position.
Is this behavior possible?
Thanks a lot fro your help.
Didier