QDVWBS.GetMinuteFieldValue Method
NOTE: This member is now obsolete. Use Qdv.UserApi.IMinute.GetFieldValue instead.
Parameters
- HexID
- string
The hexadecimal index which refers to the minute.
- LineNr
- int
The line number of the row you want to get data from.
- ColumnName
- string
The identifier of the column.
Return Value
objectDepending upon the column type, it returns a string, a number or a date. See remarks for special field "TaskInGantt".
When the TaskInGantt field refers to only one task, the function returns a
string which contains the unique description of the task. When the TaskInGantt
field refers to several tasks, the function returns "<Multi>".
Then you have to use the GetMultipleTaskInGanttAssignation function to get info
about these tasks.