Shadow Property

Microsoft Excel Visual Basic

Shadow Property

       

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

Remarks

For the Font object, this property has no effect in Microsoft Windows, but its value is retained (it can be set and returned).

Example

This example adds a shadow to the title of myChart.

Charts("Chart1").ChartTitle.Shadow = True