Caret to the end of the text cell
-
- Posts: 1
- Joined: Tue Mar 05, 2024 8:32 am
Caret to the end of the text cell
How can I move a caret in a table cell to the end of the text?
-
- Site Admin
- Posts: 17553
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Caret to the end of the text cell
Assuming that the caret is already in the cell,
Code: Select all
RichViewEdit1.TopLevelEditor.MoveCaret(rvcmBottom);