/
HotXLS-dokumentation

Metod Solid

Sets the fill formatting to a uniform solid color fill using ForeColor

Syntax

procedure Solid;

Exempel

This example configures the first shape to use a solid color fill


Shape := Workbook.Sheets[1].Shapes[1];
Shape.Fill.ForeColor.RGB := $00FF00;
Shape.Fill.Solid;