Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reserves Gantt information in case it will be used.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub ReserveGantt ( _
ganttDependentsColumnName As String _
)
'Usage
Dim instance As GridSerializer
Dim ganttDependentsColumnName As String
instance.ReserveGantt(ganttDependentsColumnName)
public void ReserveGantt(
string ganttDependentsColumnName
)
Parameters
ganttDependentsColumnName
Type: System.StringThe name of column on which the Gantt bars depend.