LinkType enumeration

Specifies the dependency relationship between two rows in a Gantt chart.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration LinkType
'Usage
Dim instance As LinkType
public enum LinkType

Members

Member name Description
FinishFinish A particular row’s finish date must be the same as this row’s finish date.
FinishStart A particular row's start date must follow this row's finish date.
StartFinish A particular row's finish date must come before this row's start date.
StartStart Two rows must start at the same time.

See also

Reference

Microsoft.SharePoint.JSGrid namespace