Working with the Shadow Effect of Shape or Chart with Golang via C++
Contents
[
Hide
]
Possible Usage Scenarios
Aspose.Cells provides the GetShadowEffect() method along with the ShadowEffect class to work with the shadow effect of shapes or charts. The ShadowEffect class contains the following properties which can be set to achieve different results as per application requirements.
Working with the Shadow Effect of Shape or Chart
The following sample code loads the source Excel file (5115425.xlsx), accesses the first shape in the first worksheet, sets the sub‑properties of the GetShadowEffect property, and then saves the workbook to the output Excel file (5115411.xlsx).