/
HotXLS-dokumentaatio

Metode Solid

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

Syntaksi

procedure Solid;

Esimerkki

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;