QDVWBS.GetMinuteFieldValue Method

NOTE: This member is now obsolete. Use Qdv.UserApi.IMinute.GetFieldValue instead.

Returns value from a minute cell.
[Obsolete("Use Qdv.UserApi.IMinute.GetFieldValue instead.")] 
public object GetMinuteFieldValue( 
string HexID
int LineNr
string ColumnName 
)
This language is not supported or no code example is available.

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

object

Depending upon the column type, it returns a string, a number or a date. See remarks for special field "TaskInGantt".

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

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition