Click or drag to resize

DataWindow.Paste Method

X#
Replace the current selection in this data window with the contents of the clipboard.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Paste() AS USUAL
Request Example View Source

Return Value

Type: Usual
Remarks
If the data window is in "form" view, the contents of the edit control is replaced with the contents of the clipboard; if in "browse" view, the contents of the selected cell(s) or part of a cell is replaced.
See Also