Click or drag to resize
FileDataFormatHeaderSize Property
Size of the header. Example: If the header size is 2, the first two rows in the file are considered as header and not as data. The header can contain the field names.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public int HeaderSize { get; set; }

Property Value

Type: Int32

Implements

IFileDataFormatHeaderSize
See Also