trichview.support
Re: Insert Object at the end of cell |
Author |
Message |
Frank van den Bergh |
Posted: 07/10/2004 18:04:07 Thanks Sergey, That works. Have a nice holiday, Frank. Sergey Tkachenko wrote: > table.EditCell(r,c); > // now RichViewEdit1.TopLevelEditor is > // an inplace editor of table.Cells[r,c] > with RichViewEdit1.TopLevelEditor do > SetSelectionBounds(ItemCount-1, > GetOffsAfterItem(ItemCount-1), > ItemCount-1, > GetOffsAfterItem(ItemCount-1)); > // now caret is at the end of cell > RichViewEdit1.InsertControl(...) > > > |
Powered by ABC Amber Outlook Express Converter