TcxCustomPivotGrid.CopyToClipboard(Boolean,Boolean,Boolean,Boolean) Method
Copies visible or selected data cells to the clipboard.
Declaration
procedure CopyToClipboard(ACopyAll: Boolean = False; AIncludeHeaders: Boolean = False; AIncludeAllRowHeaders: Boolean = True; AIncludeAllColumnHeaders: Boolean = True); virtual;
Parameters
Name | Type | Description |
---|---|---|
ACopyAll | Boolean | Optional. Specifies if the procedure copies all data cells to the clipboard:
|
AIncludeHeaders | Boolean | Optional. Specifies if the procedure copies row/column field values. |
AIncludeAllRowHeaders | Boolean | Optional. |
AIncludeAllColumnHeaders | 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