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.String

    The name of column on which the Gantt bars depend.

See also

Reference

GridSerializer class

GridSerializer members

Microsoft.SharePoint.JSGrid namespace