/
HotXLS-dokumentation

Egenskab Fill

Returnerer the fill formatting properties for the shape

Syntaks

property Fill: TXLSFillFormat;

Eksempel

This example retrieves the fill settings for the shape


FillFormat := Workbook.Sheets[1].Shapes[1].Fill;