IGantt.RenumberAllGanttTasksAccordingToCurrentDisplayOrder Method

Assigns an integer value to all Gantt tasks to set their display order in WBS mode.
Sub RenumberAllGanttTasksAccordingToCurrentDisplayOrder()
This language is not supported or no code example is available.
void RenumberAllGanttTasksAccordingToCurrentDisplayOrder()
This language is not supported or no code example is available.
Remarks
 

Does nothing in Waterfall mode (see File / Options / Display).

You can use RowOrderForWBSOrientedDiagram to set a particular position value for a given task. Let's say you want to insert a task between task 3 and task 4: Create a new task and give RowOrderForWBSOrientedDiagram a value of 3.5. Then call current function and you'll get new task in position 4 and all tasks below properly shifted.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition