'Declaration Public Sub PasteFragment( _ Optional ByVal fragmentString As System.String _ )
public void PasteFragment( System.string fragmentString )
Parameters
- fragmentString
- Optional string containing a innerHTML of the element at the current selection location. If null, the text is taken from the clipboard.