Click or drag to resize
QvxTableItem Property
Find a field based on the field name.

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

Parameters

name
Type: SystemString
Name of field to look for.

Return Value

Type: QvxField
Field if found, otherwise null.
See Also