Docs HotXLS

OriginalDetailFont-property

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

Syntaxe

property OriginalDetailFont: Boolean;

Exemple

This example sets the OriginalDetailFont to false

GridToXLS1.OriginalDetailFont := false;