The title says it all. I’m using C++.
How to update the value of Aspose::Slides::Charts::IChartDataCell?
What am I supposed to pass to set_Value() method?
It expects SharedPtr<System::Object>
, but how do I create this?
Is this supposed to be a new ChartDataCell? ChartDataCell doesn’t even have a public constructor
All I want to do is update the value of the given ChartDataCell with a new string value. How do I do that?
Thanks in advance!