HotXLS-documentatie

Shadow eigenschap

True if the font is a shadow font. Read/write Boolean

Opmerkingen

This eigenschap has no effect in Microsoft Windows, but its value is retained (it can be set en returned)

Syntaxis

eigenschap Shadow: boolean;

Voorbeeld

This example sets the font shadow fof cell A1 on sheet one

Workbook.Worksheets[1].Range['A1', 'A1'].Font.Shadow := True;