HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
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;