Overload List

  NameDescription
Paste()()()
Pastes items parsed from a tab separated values string available in the clipboard, either before the selected item in the view, or at the bottom of the collection when no item is selected.
Paste(Int32)
Pastes items parsed from a tab separated values string available in the clipboard at the specified index.
Paste(String)
Pastes items parsed from a tab separated values string, either before the selected item in the view, or at the bottom of the collection when no item is selected.
Paste(String, Int32)
Pastes items parsed from a tab separated values string at the specified index.

See Also