Skip to main content

Copy Data to the Clipboard

The Pivot Grid control allows end-users to select multiple data cells using the mouse. The data which is displayed by the selected cells can be copied to the Clipboard and pasted into other application (e.g. MS Excel, MS Word). To do this, an end-user should use the CTRL+C or CTRL+INS keys.

The selected cells can also be copied to the Clipboard via code. Use the PivotGridControl.CopySelectionToClipboard method to do this.

pivotgrid_CopyToClipboard

If the PivotGridControl.CopyToClipboardWithFieldValues option is set to true, cell values are copied to the clipboard along with corresponding field values.