Overload List

  NameDescription
Paste()()()
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.
(Inherited from GanttChartDataGrid.)
Paste(Int32)
Pastes items parsed from a tab separated values string available in the clipboard at the specified index.
(Inherited from GanttChartDataGrid.)
Paste(String)
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.
(Inherited from GanttChartDataGrid.)
Paste(String, Int32)
Pastes items parsed from a tab separated values string at the specified index.
(Inherited from ScheduleChartDataGrid.)

See Also