TcxCustomPivotGrid.CopyToClipboard(Boolean,Boolean,Boolean,Boolean) Method
In This Article
Copies visible or selected data cells to the clipboard.
#Declaration
Delphi
#Parameters
Name | Type | Description |
---|---|---|
ACopy |
Boolean | Optional. Specifies if the procedure copies all data cells to the clipboard:
|
AInclude |
Boolean | Optional. Specifies if the procedure copies row/column field values. |
AInclude |
Boolean | Optional. |
AInclude |
Boolean | Optional. |
#Remarks
Call the CopyToClipboard
procedure to copy all visible or selected cells to the clipboard.
#End-User Commands
Users can press the Ctrl+C or Ctrl+Insert key combination to copy the current cell selection to the clipboard.
See Also