HotXLS Docs

ExportHeader property

Determines whether the header will be exported or not. The default value is True. Read/write Boolean.

Syntax

property ExportHeader: Boolean;

Example

This example sets ExportHeader property to false.

DataToXLS1.ExportHeader := false;