Click or drag to resize
IDelimiterInfo Interface

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public interface IDelimiterInfo

The IDelimiterInfo type exposes the following members.

Properties
  NameDescription
Public propertyIsMultiple
Is set to true if multiple spaces are used to separate the values.
Public propertyName
Name of the delimiter. Example: "Tab_DELIMITER"
Public propertyNumber
Delimiter character number used by the engine to determine how to separate the values.
Public propertyScriptCode
Representation of the delimiter value that is used in the script. Example: "'\t'"
Top
See Also