HotXLS Docs

OriginalDetailFont property

Determines whether the Column.Font is used for the details. The default value is True. Read/write Boolean.

Syntax

property OriginalDetailFont: Boolean;

Example

This example sets the OriginalDetailFont to false.

GridToXLS1.OriginalDetailFont := false;