Programming with Reflection
PasteUsingFieldDelimiters
property
Syntax |
object.PasteUsingFieldDelimiters |
Data type |
When a new line is reached during a paste operation, Reflection will attempt to paste on the next row at the same column location where the paste began. This property returns (first syntax line) or specifies (second syntax line) what happens if the new location is protected. When the value is False, pasting stops, and any text remaining in the clipboard is placed into the PasteNext buffer. When the value is True, Reflection 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 and any remaining text is put into the PasteNext buffer.
The default is False.