HotXLS Docs

Propriété ForeColor

Gets or sets the primary foreground color of the line

Syntax

property ForeColor: TXLSColorFormat;

Example

This example sets the line foreground color to blue

Shape := Workbook.Sheets[1].Shapes[1];
Shape.Line.ForeColor.RGB := $0000FF;