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