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.

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

Syntax

C#
public bool Paste(
	string tabSeparatedValues
)
Visual Basic (Declaration)
Public Function Paste ( _
	tabSeparatedValues As String _
) As Boolean

Parameters

tabSeparatedValues
Type: System..::.String
The tab separated values string to parse.

Return Value

A value indicating whether the operation has completed successfully.

See Also