Working with the Reflection Effect of Shape or Chart with Golang via C++

Possible Usage Scenarios

Aspose.Cells provides the Shape.Reflection property along with the ReflectionEffect class to work with the reflection effect of a shape or chart. The ReflectionEffect class contains the following properties, which can be set to achieve different results according to application requirements.

Working with the Reflection Effect of Shape or Chart

The following sample code loads the source Excel file, accesses the first shape in the default worksheet, sets different properties of the Shape.Reflection class, and then saves the workbook to the output Excel file.