Working with the ThreeDFormat of Shape or Chart with Golang via C++
Contents
[
Hide
]
Possible Usage Scenarios
Aspose.Cells provides the Shape.ThreeDFormat property along with the ThreeDFormat class to work with the 3-D Format of shapes or charts. The ThreeDFormat class contains different properties that can be set to achieve different results as per application requirements.
Working with the ThreeDFormat of Shape or Chart
The following sample code loads the source excel file and accesses the first shape in the first worksheet. It then sets the sub-properties of the Shape.ThreeDFormat property and saves the workbook in the output excel file.