QDVWBS.SetMinutesFieldValue (String, Int32, String, Object) Method

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

Writes a value to a minute cell.
[Obsolete("Use Qdv.UserApi.IMinute.SetFieldValue instead.")] 
public void SetMinutesFieldValue( 
string HexID
int LineNr
string ColumnName
object NewValue 
)
This language is not supported or no code example is available.

Parameters

HexID
string

The 24 characters hexadecimal identifier to the task or chapter.

LineNr
int

The line number in the identified task (1 - 9999).

ColumnName
string

The identifier of the column as shown in the fields manager.

NewValue
object

The value to be written, can be a text, a number, a data or an object of type GanttTasksAssignation.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition