Serves for pasting values from the clipboard into selected table cells.
Selected set of cells (copying destination) should not necessarily be of the same size as the block of cells copied to the clipboard (copying source) and have a rectangular form.
If a block of the same height and width as the source is selected as a destination, copies of contents of the corresponding source cells are written into destination cells.
If the destination is a block of a smaller size than the source, the part of the source beginning from the left top corner is used for pasting.
If the destination is a block of a bigger size than the source, the source is pasted several times tiling the destination. In particular, if the source is one cell, its contents will be pasted into all destination cells.
If selected set is combined from several rectangular blocks using the key Ctrl (even if the result looks like one rectangle), previous rules of pasting are applied to each of these block one after another in the order in which they were selected.
If the cell being copied is linked with the record field of some GDB query via array of values, this very link, not the current value of the cell will be copied. The system will ask the user to indicate if it is necessary to link destination cells with the corresponding array of values or if a new array should be created.
Standard toolbar button
or menu item Edit+Paste of the window “Table contents”.
Command Cut for the window “Table contents”
Command Copy for the window “Table contents”