IMinute.GetMultipleTaskInGanttAssignation Method
Function GetMultipleTaskInGanttAssignation( _
ByVal row As Integer _
) As IGanttTasksAssignation
This language is not supported or no code example is available.
Parameters
- row
- int
The number of the row you want to get multiple Gantt tasks from. It is 1-based.
Return Value
IGanttTasksAssignationException type | Condition |
---|---|
A problem occurred. |
When you query data from the minutes using any function such as
GetFieldValue, GetFieldsValues, etc., a multiple Gantt tasks
assignation returns the string <Multi>, whatever its content is. You have to
call GetMultipleTaskInGanttAssignation afterward to know which Gantt tasks are
referenced in the row.
Available since QDV 7.13.0001.