Working with the Shadow Effect of Shape or Chart

Possible Usage Scenarios

Aspose.Cells for Python via .NET provides the Shape.shadow_effect property along with the ShadowEffect class to work with the shadow effect of a shape or chart. The ShadowEffect class contains the following properties that can be set to achieve different results according to application requirements.

Working with the Shadow Effect of Shape or Chart

The following sample code loads the source Excel file, accesses the first shape in the first worksheet, sets the sub-properties of the Shape.shadow_effect property, and then saves the workbook to the output Excel file.