Paste text or document fragment at the selection location.
public void PasteText(
System.string
)
'Declaration
Public Sub PasteText( _
Optional ByVal As System.String _
)
Parameters
- text
- Optional text string containing the text to paste. If null, the
text is taken from the clipboard.