/
HotXLS-dokumentation

Metode Solid

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

Syntaks

procedure Solid;

Eksempel

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;