Copies the selection cell range to the clipboard.
Source position: grids.pas line 1779
public procedure TCustomStringGrid.CopyToClipboard( |
AUseSelection: Boolean = False |
); |
CopyToClipboard will copy a range of cells into the clipboard; the cells values are TAB separated. The range is defined based on optional AUseSelection parameter (which is False by default) and indicates the range is set to the whole grid, including fixed cols/rows. If AUseSelection is True, the range of cells is set to the current TCustomGrid.Selection.
|
Rectangle with the current cell selections in the grid control. |