/
HotXLS-Doku

ForeColor-Eigenschaft

Ruft ab oder legt fest the primary foreground color of the line

Syntax

property ForeColor: TXLSColorFormat;

Beispiel

This example sets the line foreground color to blue


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