Copy Method
Copies the selected range or optionally the entire grid to the clipboard.
Syntax
object.Copy [CopyAll]
The syntax of the Copy method has these parts:
| Part | Description |
| object | A DGrid control. |
| CopyAll | Optional. If True copies the contents of the entire grid to the clipboard. |
Remarks
The Copy method displays the progress bar at the bottom of the grid. Pressing any key or clicking the grid will cancel the copy operation.
Data Type
CopyAll Boolean