/
HotXLS-dokumentaatio

Ominaisuus ForeColor

Palauttaa or sets the foreground color of the shape fill format

Syntaksi

property ForeColor: TXLSColorFormat;

Esimerkki

This example sets the fill color of the first shape to red


Shape := Workbook.Sheets[1].Shapes[1];
Shape.Fill.ForeColor.RGB := $FF0000;