Click or drag to resize
QvxDataRowItem Property
Set/Get the value of a specific field in a QvxDataRow.

Namespace: QlikView.Qvx.QvxLibrary
Assembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax
C#
public QvxDataValue this[
	QvxField field
] { get; set; }

Parameters

field
Type: QlikView.Qvx.QvxLibraryQvxField
The field in the row for which you would like to set or get the value.

Return Value

Type: QvxDataValue
The field value formatted as a generic QvxDataValue.
See Also