method Grid.Paste ([Before as Variant])
Pastes the items from the clipboard.

TypeDescription
Before as Variant A Boolean value that determines whether the clipboard data is inserted before the focused item, similar to the effect of pressing CTRL + SHIFT + V.
The Paste method pastes the items from the clipboard into the control at the appropriate position based on the current selection and focus. The AllowCopyPaste property specifies whether the control automatically handles Copy (CTRL + C), Cut (CTRL + X), and Paste(CTRL + V) operations. You can use any of the following methods to programmatically perform Copy, Cut, or Paste operations on the selected items: