Get Worksheet of the Chart with Golang via C++

Contents
[ ]

The following example shows how to use the Chart::GetWorksheet method. The code first prints the name of the worksheet, then accesses the first chart on the worksheet. It then prints the worksheet name again, using the Chart::GetWorksheet method.

Below is the console output that the sample code results in. As you can see, it prints the same worksheet name both times.

Sheet Name: Portfolio

Chart's Sheet Name: Portfolio