Pastes items parsed from a tab separated values string at the specified index.

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

Syntax

C#
public virtual bool Paste(
	string tabSeparatedValues,
	int insertionIndex
)
Visual Basic (Declaration)
Public Overridable Function Paste ( _
	tabSeparatedValues As String, _
	insertionIndex As Integer _
) As Boolean

Parameters

tabSeparatedValues
Type: System..::.String
The tab separated values string to parse.
insertionIndex
Type: System..::.Int32
The index to insert items into the collection.

Return Value

A value indicating whether the operation has completed successfully.

See Also