Documentazione HotXLS

DetailColor proprietà

Specifica the background color for the detail area. Read/write TColor

Sintassi

proprietà DetailColor: TColor;

Esempio

This example sets the detail color to aqua

GridToXLS1.DetailColor := clAqua;