Hi !
In the xBrowse cell, I need to select some phrases and copy them to the clipboard. You can do this if you use the cell editing mode. But maybe there's another way ?
Hi !
In the xBrowse cell, I need to select some phrases and copy them to the clipboard. You can do this if you use the cell editing mode. But maybe there's another way ?
If you want to copy only a part of the text of a cell, that is the only way.
Pressing Ctrl-C copies full contents of the highlighted cell when nMarqueeStyle <= 3 and the entire row when nMarqueeStyle >= 4.
Thank you