HotXLS-dokumentaatio
Sisältö
Etusivu
Yleiskatsaus
TGridToXLS
IXLSWorkbook
Etusivu
Sisältö
Yleiskatsaus
Shadow ominaisuus
True if the font is a shadow font. Read/write Boolean
Huomautukset
This property has no effect in Microsoft Windows, but its value is retained (it can be set and returned)
Syntaksi
property Shadow: boolean;
Esimerkki
This example sets the font shadow for cell A1 on sheet one
Workbook.Worksheets[1].Range['A1', 'A1'].Font.Shadow := True;
Copyright © 2010-2026 losLab Software