Set/Get the value of a specific field in a QvxDataRow.
Namespace: QlikView.Qvx.QvxLibraryAssembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax 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:
QvxDataValueThe field value formatted as a generic QvxDataValue.
See Also