Skip to main content

Copy Data to the Clipboard

The ExpressPivotGrid control allows end-users to select multiple data cells using the mouse. The data within the selected cells can be copied to the clipboard and pasted into other applications (e.g. MS Excel, MS Word, etc.). To do this, an end-user should use the Ctrl+C or Ctrl+Ins key combination.

To copy data to the clipboard programmatically, call the pivot grid’s CopyToClipboard method.

See Also