Programming with Reflection
SetClipboardText method
Syntax object.SetClipboardText ClipboardText
Copies a string to the Clipboard.
ClipboardText Argument Type: String
Required
A string to copy to the Clipboard. Use an empty string ("") to clear the Clipboard.