CleanCode.Forms DataGridCutPasteHandler
Namespace: CleanCode.Forms
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
- it takes 2 clicks rather than 1.
- you may only operate on a single cell at a time.
The copy operation will copy multiple rows and columns if you have multiple cells selected. A subsequent paste will only affect cells that you have selected. So if you copied 5 cells across but then select a region that is 2 cells across, only the first 2 cells of data will be pasted. Similarly, if you select more cells than you have stored in the copy buffer, the paste will stop when the copy buffer is exhausted, leaving remaining selected cells untouched.
You may copy a region of cells that contains multiple rows and columns; however, only the cells in the first row will be used in any subsequent paste, subject to the rules above. If your selected paste region contains multiple rows, the paste will only be performed in the last row selected.
You may paste into multiple cells from an external source as well; embedded tabs in the text indicate cell boundaries.
Since CleanCode 0.9.07.