Provides the index at which paste operations would insert items to the collection.

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

Syntax

C#
public override int GetPasteIndex()
Visual Basic (Declaration)
Public Overrides Function GetPasteIndex As Integer

Return Value

The index at which paste operations would insert items to the collection.

See Also