Find a field based on the field name.
Namespace: QlikView.Qvx.QvxLibraryAssembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax public QvxField this[
string name
] { get; }
Parameters
- name
- Type: SystemString
Name of field to look for.
Return Value
Type:
QvxFieldField if found, otherwise null.
See Also