Gets the current selection from the data grid as a tab separated values string.

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

Syntax

C#
public override string GetCopy()
Visual Basic (Declaration)
Public Overrides Function GetCopy As String

Return Value

The generated string.

See Also