PivotGridControl.CopySelectionToClipboard() Method
In This Article
Copies the selected cells to the clipboard.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Remarks
The CopySelectionToClipboard method copies the data displayed in the selected cells to the clipboard. End-users can to this by pressing CTRL+C or CTRL+INS. After cell values are copied to the clipboard, they can be pasted into other applications (e.g. MS Excel, MS Word).
If the PivotGridControl.CopyToClipboardWithFieldValues property is set to true, cell values are copied to the clipboard along with the corresponding field values.
See Also