Click or drag to resize
DelimiterInfo Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineDelimiterInfo

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

The DelimiterInfo type exposes the following members.

Constructors
  NameDescription
Public methodDelimiterInfo
Initializes a new instance of the DelimiterInfo class
Top
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