Records the current selection from the data grid as a tab separated values string in the clipboard.

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

Syntax

C#
public string Copy()
Visual Basic (Declaration)
Public Function Copy As String

Return Value

The recorded string.

See Also