GridSerializer.ReserveGantt Method
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.