HotXLS Delphi Excel Read Write Library / Component Developers Guide
Reference
>
IXLSFont
>
Shadow
Shadow property
True if the font is a shadow font. Read/write Boolean.
Remarks
This property has no effect in Microsoft Windows, but its value is retained (it can be set and returned).
Syntax
property
Shadow: boolean;
Example
This example sets the font shadow for cell A1 on sheet one.
Workbook.Worksheets[
1
].Range[
'A1'
,
'A1'
].Font.Shadow := True;
Copyright©2007-2019
loslab.com