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.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public bool Paste()
Visual Basic (Declaration)
Public Function Paste As Boolean

Return Value

A value indicating whether the operation has completed successfully.

See Also