expression.PasteRange( _ ByVal top As Integer, _ ByVal left As Integer, _ ByVal bottom As Integer, _ ByVal right As Integer, _ ByVal remTop As Integer, _ ByVal remLeft As Integer, _ ByVal remBottom As Integer, _ ByVal remRight As Integer, _ ByVal keycode As ControlKeyCode, _ ByVal wrapText As Boolean, _ ByVal useFieldDelim As Boolean _ )
Parameters
- top
- The starting row coordinate for the first screen.
- left
- The starting column coordinate for the first screen.
- bottom
- The ending row coordinate for the first screen.
- right
- The ending column coordinate for the first screen.
- remTop
- The starting row coordinate for the remaining screens.
- remLeft
- The starting column coordinate for the remaining screens.
- remBottom
- The ending row coordinate for the remaining screens.
- remRight
- The ending column coordinate for the remaining screens.
- keycode
- The ControlKeyCode Enumeration value that specifies the terminal key to use to scroll to the second and remaining screens in the paste range.
- wrapText
- Determines what happens when a line of text being copied exceeds the current line length. If this value is true, the remaining text in the line is pasted at the start of the next field. If it is false, the current line is truncated and the next line is pasted at the start of the next field.
- useFieldDelim
- Controls how text is pasted when the screen contains protected locations. If false, pasting stops if the first field on a row is protected. If true, the method continues to search for subsequent fields, searching first right and then down, until it finds another unprotected field. If an unprotected field is located, pasting starts in this field; if not, pasting stops. When pasting is stopped, any remaining text is put into the PasteNext buffer.