Categories | Question details Back To List | ||
Paste from clipboard to a table Hi, i'm trying to use clipboard in grid. Is it possible to paste selected rows to a table such Microsoft Excel? Thanks in advance! pyt Answer posted by Support on Nov 03, 2008 03:19 Yes, you can set same separators, as used in MS-Excel grid.csv.row="\n"; grid.csv.cell="\t"; and use next operation to copy selected rows in clipboard grid.rowToClipboard(); |