CopyToClipboard
CopyToClipboard()
Copies current contents of grid to clipboard
Applies to: Grid
Introduced in KCML version 5.03
This method copies the current contents of the grid to the clipboard. The output format is one row per line using the tab character to separate fields. The clipboard contents can then, for example, be pasted directly into Excel.
.gridControl1.CopyToClipboard()